Html Css Color HEX #711997 Vivid Violet

📋 copy color: '#711997'

red 113 ◦ green 25 ◦ blue 151

#711997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #711997

Tints of Vivid Violet #711997

RGB

 RED value IS 113 (44.53% from 255) = 39.1%

 GREEN value IS 25 (10.16% from 255) = 8.65%

 BLUE value IS 151 (59.38% from 255) = 52.25%

R = 39.1%
G = 8.65%
B = 52.25%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#711997 (or 0x711997) is known color: Vivid Violet. HEX triplet: 71, 19 and 97. RGB value is (113,25,151). Sum of RGB (Red+Green+Blue) = 113+25+151=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #711997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711997 is #8EE668. Grayscale: #414141. Windows color (decimal): -9365097 or 9902449. OLE color: 9902449.

HSL color Cylindrical-coordinate representation of color #711997: hue angle of 281.9º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711997 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 25 151 -
CMYK 0.25 0.83 0 0.41
HSL 281.9º 0.72% 0.35% -
HSV(B) 281.9º 0.83% 0.59% -
XYZ 12.74 6.44 29.85 -
YUV 65.68 176.15 161.75 -
System Red Green Blue C M Y K H S L
Decimal 113 25 151 0.25 0.83 0 0.41 281.9 0.72 0.35
Hex 71 19 97 19 53 0 29 11A 48 23
Octal 161 31 227 31 123 0 51 432 110 43
Binary 1110001 11001 10010111 11001 1010011 0 101001 100011010 1001000 100011

Color Harmonies of #711997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711997

Black with #711997

Text Example


Text Example

White with #711997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711997; }

 p { color: rgb(113,25,151); }

 H1.HeaderClassName
 {
   color: #711997;
 }
 .AnyTagClassName
 {
   color: #711997;
 }
</style>

background-color css

<style>
 a { background-color: #711997; }

 a { background-color: rgb(113,25,151); }

 div.DivClassName
 {
   background-color: #711997;
 }
 .BgClassName
 {
   background-color: #711997;
 }
</style>

border-color css

<style>
 span { border-color: #711997; }

 span { border-color: rgb(113,25,151); }

 td.TdClassName
 {
   border-color: #711997;
 }
 .TagClassName
 {
   border-color: #711997;
 }
</style>