#720836

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

Shades of Tyrian Purple #720836

Tints of Tyrian Purple #720836

Color information

#720836 (or 0x720836) is unknown color: approx Tyrian Purple. HEX triplet: 72, 08 and 36. RGB value is (114,8,54). Sum of RGB (Red+Green+Blue) = 114+8+54=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #720836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720836 is #8DF7C9. Grayscale: #2C2C2C. Windows color (decimal): -9304010 or 3541106. OLE color: 3541106.

HSL color Cylindrical-coordinate representation of color #720836: hue angle of 333.96º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720836 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB114854-
CMYK00.930.530.55
HSL333.96º86.89%23.92%-
HSV(B)333.96º92.98%44.71%-
XYZ7.694.023.86-
YUV44.94133.12177.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.77%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 54 (21.48% from 255) = 30.68%
R=64.77%
G=4.55%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11485400.930.530.55333.9686.8923.92
Hex7283605D353714e5718
Octal16210660135656751612730
Binary1110010100011011001011101110101110111101001110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720836; }

 p { color: rgb(114,8,54); }

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

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

 a { background-color: rgb(114,8,54); }

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

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

 span { border-color: rgb(114,8,54); }

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