Html Css Color HEX #72106D Purple

📋 copy color: '#72106D'

red 114 ◦ green 16 ◦ blue 109

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

Shades of Purple #72106D

Tints of Purple #72106D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.61%

R = 47.7%
G = 6.69%
B = 45.61%

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

#72106D (or 0x72106D) is known color: Purple. HEX triplet: 72, 10 and 6D. RGB value is (114,16,109). Sum of RGB (Red+Green+Blue) = 114+16+109=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #72106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72106D is #8DEF92. Grayscale: #373737. Windows color (decimal): -9301907 or 7147634. OLE color: 7147634.

HSL color Cylindrical-coordinate representation of color #72106D: hue angle of 303.06º 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 #72106D is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 16 109 -
CMYK 0 0.86 0.04 0.55
HSL 303.06º 0.75% 0.25% -
HSV(B) 303.06º 0.86% 0.45% -
XYZ 9.89 5.05 14.92 -
YUV 55.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 114 16 109 0 0.86 0.04 0.55 303.06 0.75 0.25
Hex 72 10 6D 0 56 4 37 12F 4B 19
Octal 162 20 155 0 126 4 67 457 113 31
Binary 1110010 10000 1101101 0 1010110 100 110111 100101111 1001011 11001

Color Harmonies of #72106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72106D

Black with #72106D

Text Example


Text Example

White with #72106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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