Html Css Color HEX #71209E Vivid Violet

📋 copy color: '#71209E'

red 113 ◦ green 32 ◦ blue 158

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

Shades of Vivid Violet #71209E

Tints of Vivid Violet #71209E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.15%

R = 37.29%
G = 10.56%
B = 52.15%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71209E (or 0x71209E) is known color: Vivid Violet. HEX triplet: 71, 20 and 9E. RGB value is (113,32,158). Sum of RGB (Red+Green+Blue) = 113+32+158=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #71209E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71209E is #8EDF61. Grayscale: #464646. Windows color (decimal): -9363298 or 10362993. OLE color: 10362993.

HSL color Cylindrical-coordinate representation of color #71209E: hue angle of 278.57º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71209E is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 32 158 -
CMYK 0.28 0.80 0 0.38
HSL 278.57º 0.66% 0.37% -
HSV(B) 278.57º 0.8% 0.62% -
XYZ 13.5 7.01 32.99 -
YUV 70.58 177.34 158.25 -
System Red Green Blue C M Y K H S L
Decimal 113 32 158 0.28 0.80 0 0.38 278.57 0.66 0.37
Hex 71 20 9E 1C 50 0 26 117 42 25
Octal 161 40 236 34 120 0 46 427 102 45
Binary 1110001 100000 10011110 11100 1010000 0 100110 100010111 1000010 100101

Color Harmonies of #71209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71209E

Black with #71209E

Text Example


Text Example

White with #71209E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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