Html Css Color HEX #71129F Vivid Violet

📋 copy color: '#71129F'

red 113 ◦ green 18 ◦ blue 159

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

Shades of Vivid Violet #71129F

Tints of Vivid Violet #71129F

RGB

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

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

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

R = 38.97%
G = 6.21%
B = 54.83%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71129F (or 0x71129F) is known color: Vivid Violet. HEX triplet: 71, 12 and 9F. RGB value is (113,18,159). Sum of RGB (Red+Green+Blue) = 113+18+159=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #71129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71129F is #8EED60. Grayscale: #3E3E3E. Windows color (decimal): -9366881 or 10424945. OLE color: 10424945.

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

Color convert

RGB 113 18 159 -
CMYK 0.29 0.89 0 0.38
HSL 280.43º 0.8% 0.35% -
HSV(B) 280.43º 0.89% 0.62% -
XYZ 13.28 6.45 33.35 -
YUV 62.48 182.47 164.04 -
System Red Green Blue C M Y K H S L
Decimal 113 18 159 0.29 0.89 0 0.38 280.43 0.8 0.35
Hex 71 12 9F 1D 59 0 26 118 50 23
Octal 161 22 237 35 131 0 46 430 120 43
Binary 1110001 10010 10011111 11101 1011001 0 100110 100011000 1010000 100011

Color Harmonies of #71129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71129F

Black with #71129F

Text Example


Text Example

White with #71129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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