Html Css Color HEX #71129C Vivid Violet

📋 copy color: '#71129C'

red 113 ◦ green 18 ◦ blue 156

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

Shades of Vivid Violet #71129C

Tints of Vivid Violet #71129C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.27%

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

R = 39.37%
G = 6.27%
B = 54.36%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71129C (or 0x71129C) is known color: Vivid Violet. HEX triplet: 71, 12 and 9C. RGB value is (113,18,156). Sum of RGB (Red+Green+Blue) = 113+18+156=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #71129C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71129C is #8EED63. Grayscale: #3D3D3D. Windows color (decimal): -9366884 or 10228337. OLE color: 10228337.

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

Color convert

RGB 113 18 156 -
CMYK 0.28 0.88 0 0.39
HSL 281.3º 0.79% 0.34% -
HSV(B) 281.3º 0.88% 0.61% -
XYZ 13.03 6.34 31.99 -
YUV 62.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 113 18 156 0.28 0.88 0 0.39 281.3 0.79 0.34
Hex 71 12 9C 1C 58 0 27 119 4F 22
Octal 161 22 234 34 130 0 47 431 117 42
Binary 1110001 10010 10011100 11100 1011000 0 100111 100011001 1001111 100010

Color Harmonies of #71129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71129C

Black with #71129C

Text Example


Text Example

White with #71129C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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