Html Css Color HEX #72106E Purple

📋 copy color: '#72106E'

red 114 ◦ green 16 ◦ blue 110

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

Shades of Purple #72106E

Tints of Purple #72106E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

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

R = 47.5%
G = 6.67%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72106E (or 0x72106E) is known color: Purple. HEX triplet: 72, 10 and 6E. RGB value is (114,16,110). Sum of RGB (Red+Green+Blue) = 114+16+110=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72106E is #8DEF91. Grayscale: #373737. Windows color (decimal): -9301906 or 7213170. OLE color: 7213170.

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

Color convert

RGB 114 16 110 -
CMYK 0 0.86 0.04 0.55
HSL 302.45º 0.75% 0.25% -
HSV(B) 302.45º 0.86% 0.45% -
XYZ 9.94 5.07 15.21 -
YUV 56.02 158.47 169.36 -
System Red Green Blue C M Y K H S L
Decimal 114 16 110 0 0.86 0.04 0.55 302.45 0.75 0.25
Hex 72 10 6E 0 56 4 37 12E 4B 19
Octal 162 20 156 0 126 4 67 456 113 31
Binary 1110010 10000 1101110 0 1010110 100 110111 100101110 1001011 11001

Color Harmonies of #72106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72106E

Black with #72106E

Text Example


Text Example

White with #72106E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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