#720431

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

Shades of Tyrian Purple #720431

Tints of Tyrian Purple #720431

Color information

#720431 (or 0x720431) is unknown color: approx Tyrian Purple. HEX triplet: 72, 04 and 31. RGB value is (114,4,49). Sum of RGB (Red+Green+Blue) = 114+4+49=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #720431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720431 is #8DFBCE. Grayscale: #292929. Windows color (decimal): -9305039 or 3212402. OLE color: 3212402.

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

Color convert

RGB114449-
CMYK00.960.570.55
HSL335.45º93.22%23.14%-
HSV(B)335.45º96.49%44.71%-
XYZ7.543.893.26-
YUV42.02131.94179.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.26%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 49 (19.53% from 255) = 29.34%
R=68.26%
G=2.40%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11444900.960.570.55335.4593.2223.14
Hex72431060393714f5d17
Octal1624610140716751713527
Binary111001010011000101100000111001110111101001111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720431; }

 p { color: rgb(114,4,49); }

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

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

 a { background-color: rgb(114,4,49); }

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

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

 span { border-color: rgb(114,4,49); }

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