Html Css Color HEX #71129E Vivid Violet

📋 copy color: '#71129E'

red 113 ◦ green 18 ◦ blue 158

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

Shades of Vivid Violet #71129E

Tints of Vivid Violet #71129E

RGB

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

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

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

R = 39.1%
G = 6.23%
B = 54.67%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71129E (or 0x71129E) is known color: Vivid Violet. HEX triplet: 71, 12 and 9E. RGB value is (113,18,158). Sum of RGB (Red+Green+Blue) = 113+18+158=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #71129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71129E is #8EED61. Grayscale: #3D3D3D. Windows color (decimal): -9366882 or 10359409. OLE color: 10359409.

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

Color convert

RGB 113 18 158 -
CMYK 0.28 0.89 0 0.38
HSL 280.71º 0.8% 0.35% -
HSV(B) 280.71º 0.89% 0.62% -
XYZ 13.2 6.41 32.89 -
YUV 62.37 181.97 164.12 -
System Red Green Blue C M Y K H S L
Decimal 113 18 158 0.28 0.89 0 0.38 280.71 0.8 0.35
Hex 71 12 9E 1C 59 0 26 119 50 23
Octal 161 22 236 34 131 0 46 431 120 43
Binary 1110001 10010 10011110 11100 1011001 0 100110 100011001 1010000 100011

Color Harmonies of #71129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71129E

Black with #71129E

Text Example


Text Example

White with #71129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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