#720B6B

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

Shades of Purple #720B6B

Tints of Purple #720B6B

Color information

#720B6B (or 0x720B6B) is unknown color: approx Purple. HEX triplet: 72, 0B and 6B. RGB value is (114,11,107). Sum of RGB (Red+Green+Blue) = 114+11+107=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #720B6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B6B is #8DF494. Grayscale: #343434. Windows color (decimal): -9303189 or 7015282. OLE color: 7015282.

HSL color Cylindrical-coordinate representation of color #720B6B: hue angle of 304.08º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B6B is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11411107-
CMYK00.900.060.55
HSL304.08º82.4%24.51%-
HSV(B)304.08º90.35%44.71%-
XYZ9.714.8814.34-
YUV52.74158.62171.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 11 (4.69% from 255) = 4.74%
BLUE value IS 107 (42.19% from 255) = 46.12%
R=49.14%
G=4.74%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141110700.900.060.55304.0882.424.51
Hex72B6B05A6371305219
Octal16213153013266746012231
Binary11100101011110101101011010110110111100110000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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