Html Css Color HEX #72076D Purple

📋 copy color: '#72076D'

red 114 ◦ green 7 ◦ blue 109

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

Shades of Purple #72076D

Tints of Purple #72076D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.04%

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

R = 49.57%
G = 3.04%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72076D (or 0x72076D) is known color: Purple. HEX triplet: 72, 07 and 6D. RGB value is (114,7,109). Sum of RGB (Red+Green+Blue) = 114+7+109=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72076D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72076D is #8DF892. Grayscale: #323232. Windows color (decimal): -9304211 or 7145330. OLE color: 7145330.

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

Color convert

RGB 114 7 109 -
CMYK 0 0.94 0.04 0.55
HSL 302.8º 0.88% 0.24% -
HSV(B) 302.8º 0.94% 0.45% -
XYZ 9.78 4.83 14.89 -
YUV 50.62 160.95 173.21 -
System Red Green Blue C M Y K H S L
Decimal 114 7 109 0 0.94 0.04 0.55 302.8 0.88 0.24
Hex 72 7 6D 0 5E 4 37 12F 58 18
Octal 162 7 155 0 136 4 67 457 130 30
Binary 1110010 111 1101101 0 1011110 100 110111 100101111 1011000 11000

Color Harmonies of #72076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72076D

Black with #72076D

Text Example


Text Example

White with #72076D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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