Html Css Color HEX #72139D Vivid Violet

📋 copy color: '#72139D'

red 114 ◦ green 19 ◦ blue 157

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

Shades of Vivid Violet #72139D

Tints of Vivid Violet #72139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.55%

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

R = 39.31%
G = 6.55%
B = 54.14%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72139D (or 0x72139D) is known color: Vivid Violet. HEX triplet: 72, 13 and 9D. RGB value is (114,19,157). Sum of RGB (Red+Green+Blue) = 114+19+157=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #72139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72139D is #8DEC62. Grayscale: #3E3E3E. Windows color (decimal): -9301091 or 10294130. OLE color: 10294130.

HSL color Cylindrical-coordinate representation of color #72139D: hue angle of 281.3º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72139D is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 19 157 -
CMYK 0.27 0.88 0 0.38
HSL 281.3º 0.78% 0.35% -
HSV(B) 281.3º 0.88% 0.62% -
XYZ 13.26 6.48 32.45 -
YUV 63.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 114 19 157 0.27 0.88 0 0.38 281.3 0.78 0.35
Hex 72 13 9D 1B 58 0 26 119 4E 23
Octal 162 23 235 33 130 0 46 431 116 43
Binary 1110010 10011 10011101 11011 1011000 0 100110 100011001 1001110 100011

Color Harmonies of #72139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72139D

Black with #72139D

Text Example


Text Example

White with #72139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,19,157); }

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

background-color css

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

 a { background-color: rgb(114,19,157); }

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

border-color css

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

 span { border-color: rgb(114,19,157); }

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