Html Css Color HEX #72096D Purple

📋 copy color: '#72096D'

red 114 ◦ green 9 ◦ blue 109

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

Shades of Purple #72096D

Tints of Purple #72096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.88%

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

R = 49.14%
G = 3.88%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72096D (or 0x72096D) is known color: Purple. HEX triplet: 72, 09 and 6D. RGB value is (114,9,109). Sum of RGB (Red+Green+Blue) = 114+9+109=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #72096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72096D is #8DF692. Grayscale: #333333. Windows color (decimal): -9303699 or 7145842. OLE color: 7145842.

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

Color convert

RGB 114 9 109 -
CMYK 0 0.92 0.04 0.55
HSL 302.86º 0.85% 0.24% -
HSV(B) 302.86º 0.92% 0.45% -
XYZ 9.8 4.88 14.89 -
YUV 51.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 114 9 109 0 0.92 0.04 0.55 302.86 0.85 0.24
Hex 72 9 6D 0 5C 4 37 12F 55 18
Octal 162 11 155 0 134 4 67 457 125 30
Binary 1110010 1001 1101101 0 1011100 100 110111 100101111 1010101 11000

Color Harmonies of #72096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72096D

Black with #72096D

Text Example


Text Example

White with #72096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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