Html Css Color HEX #72006D Purple

📋 copy color: '#72006D'

red 114 ◦ green 0 ◦ blue 109

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

Shades of Purple #72006D

Tints of Purple #72006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.12%
G = 0%
B = 48.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72006D (or 0x72006D) is known color: Purple. HEX triplet: 72, 00 and 6D. RGB value is (114,0,109). Sum of RGB (Red+Green+Blue) = 114+0+109=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72006D is #8DFF92. Grayscale: #2E2E2E. Windows color (decimal): -9306003 or 7143538. OLE color: 7143538.

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

Color convert

RGB 114 0 109 -
CMYK 0 1 0.04 0.55
HSL 302.63º 1% 0.22% -
HSV(B) 302.63º 1% 0.45% -
XYZ 9.7 4.68 14.86 -
YUV 46.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 114 0 109 0 1 0.04 0.55 302.63 1 0.22
Hex 72 0 6D 0 64 4 37 12F 64 16
Octal 162 0 155 0 144 4 67 457 144 26
Binary 1110010 0 1101101 0 1100100 100 110111 100101111 1100100 10110

Color Harmonies of #72006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72006D

Black with #72006D

Text Example


Text Example

White with #72006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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