Html Css Color HEX #72199D Vivid Violet

📋 copy color: '#72199D'

red 114 ◦ green 25 ◦ blue 157

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

Shades of Vivid Violet #72199D

Tints of Vivid Violet #72199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.45%

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

R = 38.51%
G = 8.45%
B = 53.04%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72199D (or 0x72199D) is known color: Vivid Violet. HEX triplet: 72, 19 and 9D. RGB value is (114,25,157). Sum of RGB (Red+Green+Blue) = 114+25+157=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #72199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72199D is #8DE662. Grayscale: #424242. Windows color (decimal): -9299555 or 10295666. OLE color: 10295666.

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

Color convert

RGB 114 25 157 -
CMYK 0.27 0.84 0 0.38
HSL 280.45º 0.73% 0.36% -
HSV(B) 280.45º 0.84% 0.62% -
XYZ 13.37 6.71 32.49 -
YUV 66.66 178.99 161.77 -
System Red Green Blue C M Y K H S L
Decimal 114 25 157 0.27 0.84 0 0.38 280.45 0.73 0.36
Hex 72 19 9D 1B 54 0 26 118 49 24
Octal 162 31 235 33 124 0 46 430 111 44
Binary 1110010 11001 10011101 11011 1010100 0 100110 100011000 1001001 100100

Color Harmonies of #72199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72199D

Black with #72199D

Text Example


Text Example

White with #72199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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