#720A6A

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

Shades of Purple #720A6A

Tints of Purple #720A6A

Color information

#720A6A (or 0x720A6A) is unknown color: approx Purple. HEX triplet: 72, 0A and 6A. RGB value is (114,10,106). Sum of RGB (Red+Green+Blue) = 114+10+106=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #720A6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A6A is #8DF595. Grayscale: #333333. Windows color (decimal): -9303446 or 6949490. OLE color: 6949490.

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

Color convert

RGB11410106-
CMYK00.910.070.55
HSL304.62º83.87%24.31%-
HSV(B)304.62º91.23%44.71%-
XYZ9.654.8414.06-
YUV52.04158.46172.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 10 (4.30% from 255) = 4.35%
BLUE value IS 106 (41.80% from 255) = 46.09%
R=49.57%
G=4.35%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141010600.910.070.55304.6283.8724.31
Hex72A6A05B7371315418
Octal16212152013376746112430
Binary11100101010110101001011011111110111100110001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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