#72076A

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

Shades of Purple #72076A

Tints of Purple #72076A

Color information

#72076A (or 0x72076A) is unknown color: approx Purple. HEX triplet: 72, 07 and 6A. RGB value is (114,7,106). Sum of RGB (Red+Green+Blue) = 114+7+106=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72076A is #8DF895. Grayscale: #313131. Windows color (decimal): -9304214 or 6948722. OLE color: 6948722.

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

Color convert

RGB1147106-
CMYK00.940.070.55
HSL304.49º88.43%23.73%-
HSV(B)304.49º93.86%44.71%-
XYZ9.624.7714.05-
YUV50.28159.45173.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 7 (3.12% from 255) = 3.08%
BLUE value IS 106 (41.80% from 255) = 46.70%
R=50.22%
G=3.08%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114710600.940.070.55304.4988.4323.73
Hex7276A05E7371305818
Octal1627152013676746013030
Binary1110010111110101001011110111110111100110000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72076A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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