#720C6A

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

Shades of Purple #720C6A

Tints of Purple #720C6A

Color information

#720C6A (or 0x720C6A) is unknown color: approx Purple. HEX triplet: 72, 0C and 6A. RGB value is (114,12,106). Sum of RGB (Red+Green+Blue) = 114+12+106=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #720C6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720C6A is #8DF395. Grayscale: #343434. Windows color (decimal): -9302934 or 6950002. OLE color: 6950002.

HSL color Cylindrical-coordinate representation of color #720C6A: hue angle of 304.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720C6A is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11412106-
CMYK00.890.070.55
HSL304.71º80.95%24.71%-
HSV(B)304.71º89.47%44.71%-
XYZ9.674.8814.07-
YUV53.21157.79171.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 106 (41.80% from 255) = 45.69%
R=49.14%
G=5.17%
B=45.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141210600.890.070.55304.7180.9524.71
Hex72C6A0597371315119
Octal16214152013176746112131
Binary11100101100110101001011001111110111100110001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720C6A; }

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

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

<style>
 a { background-color: #720C6A; }

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

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

<style>
 span { border-color: #720C6A; }

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

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