#720A6B

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

Shades of Purple #720A6B

Tints of Purple #720A6B

Color information

#720A6B (or 0x720A6B) is unknown color: approx Purple. HEX triplet: 72, 0A and 6B. RGB value is (114,10,107). Sum of RGB (Red+Green+Blue) = 114+10+107=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #720A6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A6B is #8DF594. Grayscale: #333333. Windows color (decimal): -9303445 or 7015026. OLE color: 7015026.

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

Color convert

RGB11410107-
CMYK00.910.060.55
HSL304.04º83.87%24.31%-
HSV(B)304.04º91.23%44.71%-
XYZ9.74.8614.34-
YUV52.15158.96172.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 10 (4.30% from 255) = 4.33%
BLUE value IS 107 (42.19% from 255) = 46.32%
R=49.35%
G=4.33%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141010700.910.060.55304.0483.8724.31
Hex72A6B05B6371305418
Octal16212153013366746012430
Binary11100101010110101101011011110110111100110000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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