#720C44

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

Shades of Tyrian Purple #720C44

Tints of Tyrian Purple #720C44

Color information

#720C44 (or 0x720C44) is unknown color: approx Tyrian Purple. HEX triplet: 72, 0C and 44. RGB value is (114,12,68). Sum of RGB (Red+Green+Blue) = 114+12+68=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #720C44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720C44 is #8DF3BB. Grayscale: #303030. Windows color (decimal): -9302972 or 4459634. OLE color: 4459634.

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

Color convert

RGB1141268-
CMYK00.890.400.55
HSL327.06º80.95%24.71%-
HSV(B)327.06º89.47%44.71%-
XYZ8.114.265.86-
YUV48.88138.79174.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.76%
GREEN value IS 12 (5.08% from 255) = 6.19%
BLUE value IS 68 (26.95% from 255) = 35.05%
R=58.76%
G=6.19%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114126800.890.400.55327.0680.9524.71
Hex72C4405928371475119
Octal162141040131506750712131
Binary11100101100100010001011001101000110111101000111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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