Html Css Color HEX #71209B Vivid Violet

📋 copy color: '#71209B'

red 113 ◦ green 32 ◦ blue 155

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

Shades of Vivid Violet #71209B

Tints of Vivid Violet #71209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.67%

R = 37.67%
G = 10.67%
B = 51.67%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71209B (or 0x71209B) is known color: Vivid Violet. HEX triplet: 71, 20 and 9B. RGB value is (113,32,155). Sum of RGB (Red+Green+Blue) = 113+32+155=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #71209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71209B is #8EDF64. Grayscale: #454545. Windows color (decimal): -9363301 or 10166385. OLE color: 10166385.

HSL color Cylindrical-coordinate representation of color #71209B: hue angle of 279.51º 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 #71209B is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 32 155 -
CMYK 0.27 0.79 0 0.39
HSL 279.51º 0.66% 0.37% -
HSV(B) 279.51º 0.79% 0.61% -
XYZ 13.24 6.91 31.65 -
YUV 70.24 175.84 158.5 -
System Red Green Blue C M Y K H S L
Decimal 113 32 155 0.27 0.79 0 0.39 279.51 0.66 0.37
Hex 71 20 9B 1B 4F 0 27 118 42 25
Octal 161 40 233 33 117 0 47 430 102 45
Binary 1110001 100000 10011011 11011 1001111 0 100111 100011000 1000010 100101

Color Harmonies of #71209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71209B

Black with #71209B

Text Example


Text Example

White with #71209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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