Html Css Color HEX #71129D Vivid Violet

📋 copy color: '#71129D'

red 113 ◦ green 18 ◦ blue 157

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

Shades of Vivid Violet #71129D

Tints of Vivid Violet #71129D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.51%

R = 39.24%
G = 6.25%
B = 54.51%

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

#71129D (or 0x71129D) is known color: Vivid Violet. HEX triplet: 71, 12 and 9D. RGB value is (113,18,157). Sum of RGB (Red+Green+Blue) = 113+18+157=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #71129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71129D is #8EED62. Grayscale: #3D3D3D. Windows color (decimal): -9366883 or 10293873. OLE color: 10293873.

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

Color convert

RGB 113 18 157 -
CMYK 0.28 0.89 0 0.38
HSL 281.01º 0.79% 0.34% -
HSV(B) 281.01º 0.89% 0.62% -
XYZ 13.11 6.38 32.44 -
YUV 62.25 181.47 164.2 -
System Red Green Blue C M Y K H S L
Decimal 113 18 157 0.28 0.89 0 0.38 281.01 0.79 0.34
Hex 71 12 9D 1C 59 0 26 119 4F 22
Octal 161 22 235 34 131 0 46 431 117 42
Binary 1110001 10010 10011101 11100 1011001 0 100110 100011001 1001111 100010

Color Harmonies of #71129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71129D

Black with #71129D

Text Example


Text Example

White with #71129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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