Html Css Color HEX #711996 Vivid Violet

📋 copy color: '#711996'

red 113 ◦ green 25 ◦ blue 150

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

Shades of Vivid Violet #711996

Tints of Vivid Violet #711996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.08%

R = 39.24%
G = 8.68%
B = 52.08%

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

#711996 (or 0x711996) is known color: Vivid Violet. HEX triplet: 71, 19 and 96. RGB value is (113,25,150). Sum of RGB (Red+Green+Blue) = 113+25+150=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #711996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711996 is #8EE669. Grayscale: #414141. Windows color (decimal): -9365098 or 9836913. OLE color: 9836913.

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

Color convert

RGB 113 25 150 -
CMYK 0.25 0.83 0 0.41
HSL 282.24º 0.71% 0.34% -
HSV(B) 282.24º 0.83% 0.59% -
XYZ 12.66 6.41 29.42 -
YUV 65.56 175.65 161.84 -
System Red Green Blue C M Y K H S L
Decimal 113 25 150 0.25 0.83 0 0.41 282.24 0.71 0.34
Hex 71 19 96 19 53 0 29 11A 47 22
Octal 161 31 226 31 123 0 51 432 107 42
Binary 1110001 11001 10010110 11001 1010011 0 101001 100011010 1000111 100010

Color Harmonies of #711996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711996

Black with #711996

Text Example


Text Example

White with #711996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711996; }

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

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

background-color css

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

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

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

border-color css

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

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

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