#72076B

Color #72076B Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #72076B

Tints of Purple #72076B

Color information

#72076B (or 0x72076B) is unknown color: approx Purple. HEX triplet: 72, 07 and 6B. RGB value is (114,7,107). Sum of RGB (Red+Green+Blue) = 114+7+107=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72076B is #8DF894. Grayscale: #323232. Windows color (decimal): -9304213 or 7014258. OLE color: 7014258.

HSL color Cylindrical-coordinate representation of color #72076B: hue angle of 303.93º 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 #72076B is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB1147107-
CMYK00.940.060.55
HSL303.93º88.43%23.73%-
HSV(B)303.93º93.86%44.71%-
XYZ9.674.7914.33-
YUV50.39159.95173.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 3.07%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=50%
G=3.07%
B=46.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114710700.940.060.55303.9388.4323.73
Hex7276B05E6371305818
Octal1627153013666746013030
Binary1110010111110101101011110110110111100110000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72076B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72076B;
 }
 .AnyTagClassName
 {
   color: #72076B;
 }
</style>
background-color css

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

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

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

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

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

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