Html Css Color HEX #71209C Vivid Violet

📋 copy color: '#71209C'

red 113 ◦ green 32 ◦ blue 156

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

Shades of Vivid Violet #71209C

Tints of Vivid Violet #71209C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

 BLUE value IS 156 (61.33% from 255) = 51.83%

R = 37.54%
G = 10.63%
B = 51.83%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71209C (or 0x71209C) is known color: Vivid Violet. HEX triplet: 71, 20 and 9C. RGB value is (113,32,156). Sum of RGB (Red+Green+Blue) = 113+32+156=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #71209C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71209C is #8EDF63. Grayscale: #454545. Windows color (decimal): -9363300 or 10231921. OLE color: 10231921.

HSL color Cylindrical-coordinate representation of color #71209C: hue angle of 279.19º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71209C is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 32 156 -
CMYK 0.28 0.79 0 0.39
HSL 279.19º 0.66% 0.37% -
HSV(B) 279.19º 0.79% 0.61% -
XYZ 13.33 6.94 32.09 -
YUV 70.36 176.34 158.42 -
System Red Green Blue C M Y K H S L
Decimal 113 32 156 0.28 0.79 0 0.39 279.19 0.66 0.37
Hex 71 20 9C 1C 4F 0 27 117 42 25
Octal 161 40 234 34 117 0 47 427 102 45
Binary 1110001 100000 10011100 11100 1001111 0 100111 100010111 1000010 100101

Color Harmonies of #71209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71209C

Black with #71209C

Text Example


Text Example

White with #71209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71209C; }

 p { color: rgb(113,32,156); }

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

background-color css

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

 a { background-color: rgb(113,32,156); }

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

border-color css

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

 span { border-color: rgb(113,32,156); }

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