Html Css Color HEX #72116E Dark Purple

📋 copy color: '#72116E'

red 114 ◦ green 17 ◦ blue 110

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

Shades of Dark Purple #72116E

Tints of Dark Purple #72116E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.05%

 BLUE value IS 110 (43.36% from 255) = 45.64%

R = 47.3%
G = 7.05%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72116E (or 0x72116E) is known color: Dark Purple. HEX triplet: 72, 11 and 6E. RGB value is (114,17,110). Sum of RGB (Red+Green+Blue) = 114+17+110=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72116E is #8DEE91. Grayscale: #383838. Windows color (decimal): -9301650 or 7213426. OLE color: 7213426.

HSL color Cylindrical-coordinate representation of color #72116E: hue angle of 302.47º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72116E is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 17 110 -
CMYK 0 0.85 0.04 0.55
HSL 302.47º 0.74% 0.26% -
HSV(B) 302.47º 0.85% 0.45% -
XYZ 9.95 5.1 15.21 -
YUV 56.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 114 17 110 0 0.85 0.04 0.55 302.47 0.74 0.26
Hex 72 11 6E 0 55 4 37 12E 4A 1A
Octal 162 21 156 0 125 4 67 456 112 32
Binary 1110010 10001 1101110 0 1010101 100 110111 100101110 1001010 11010

Color Harmonies of #72116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72116E

Black with #72116E

Text Example


Text Example

White with #72116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72116E; }

 p { color: rgb(114,17,110); }

 H1.HeaderClassName
 {
   color: #72116E;
 }
 .AnyTagClassName
 {
   color: #72116E;
 }
</style>

background-color css

<style>
 a { background-color: #72116E; }

 a { background-color: rgb(114,17,110); }

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

border-color css

<style>
 span { border-color: #72116E; }

 span { border-color: rgb(114,17,110); }

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