Html Css Color HEX #72066D Purple

📋 copy color: '#72066D'

red 114 ◦ green 6 ◦ blue 109

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

Shades of Purple #72066D

Tints of Purple #72066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.62%

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

R = 49.78%
G = 2.62%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72066D (or 0x72066D) is known color: Purple. HEX triplet: 72, 06 and 6D. RGB value is (114,6,109). Sum of RGB (Red+Green+Blue) = 114+6+109=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72066D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72066D is #8DF992. Grayscale: #313131. Windows color (decimal): -9304467 or 7145074. OLE color: 7145074.

HSL color Cylindrical-coordinate representation of color #72066D: hue angle of 302.78º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72066D is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 6 109 -
CMYK 0 0.95 0.04 0.55
HSL 302.78º 0.9% 0.24% -
HSV(B) 302.78º 0.95% 0.45% -
XYZ 9.76 4.81 14.88 -
YUV 50.03 161.28 173.62 -
System Red Green Blue C M Y K H S L
Decimal 114 6 109 0 0.95 0.04 0.55 302.78 0.9 0.24
Hex 72 6 6D 0 5F 4 37 12F 5A 18
Octal 162 6 155 0 137 4 67 457 132 30
Binary 1110010 110 1101101 0 1011111 100 110111 100101111 1011010 11000

Color Harmonies of #72066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72066D

Black with #72066D

Text Example


Text Example

White with #72066D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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