Html Css Color HEX #71209F Vivid Violet

📋 copy color: '#71209F'

red 113 ◦ green 32 ◦ blue 159

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

Shades of Vivid Violet #71209F

Tints of Vivid Violet #71209F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.3%

R = 37.17%
G = 10.53%
B = 52.3%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71209F (or 0x71209F) is known color: Vivid Violet. HEX triplet: 71, 20 and 9F. RGB value is (113,32,159). Sum of RGB (Red+Green+Blue) = 113+32+159=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #71209F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71209F is #8EDF60. Grayscale: #464646. Windows color (decimal): -9363297 or 10428529. OLE color: 10428529.

HSL color Cylindrical-coordinate representation of color #71209F: hue angle of 278.27º 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 #71209F is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 32 159 -
CMYK 0.29 0.80 0 0.38
HSL 278.27º 0.66% 0.37% -
HSV(B) 278.27º 0.8% 0.62% -
XYZ 13.58 7.05 33.45 -
YUV 70.7 177.84 158.17 -
System Red Green Blue C M Y K H S L
Decimal 113 32 159 0.29 0.80 0 0.38 278.27 0.66 0.37
Hex 71 20 9F 1D 50 0 26 116 42 25
Octal 161 40 237 35 120 0 46 426 102 45
Binary 1110001 100000 10011111 11101 1010000 0 100110 100010110 1000010 100101

Color Harmonies of #71209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71209F

Black with #71209F

Text Example


Text Example

White with #71209F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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