Html Css Color HEX #72129F Vivid Violet

📋 copy color: '#72129F'

red 114 ◦ green 18 ◦ blue 159

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

Shades of Vivid Violet #72129F

Tints of Vivid Violet #72129F

RGB

 RED value IS 114 (44.92% from 255) = 39.18%

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

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

R = 39.18%
G = 6.19%
B = 54.64%

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

#72129F (or 0x72129F) is known color: Vivid Violet. HEX triplet: 72, 12 and 9F. RGB value is (114,18,159). Sum of RGB (Red+Green+Blue) = 114+18+159=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #72129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72129F is #8DED60. Grayscale: #3E3E3E. Windows color (decimal): -9301345 or 10424946. OLE color: 10424946.

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

Color convert

RGB 114 18 159 -
CMYK 0.28 0.89 0 0.38
HSL 280.85º 0.8% 0.35% -
HSV(B) 280.85º 0.89% 0.62% -
XYZ 13.41 6.51 33.35 -
YUV 62.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 114 18 159 0.28 0.89 0 0.38 280.85 0.8 0.35
Hex 72 12 9F 1C 59 0 26 119 50 23
Octal 162 22 237 34 131 0 46 431 120 43
Binary 1110010 10010 10011111 11100 1011001 0 100110 100011001 1010000 100011

Color Harmonies of #72129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72129F

Black with #72129F

Text Example


Text Example

White with #72129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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