#720356

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

Shades of Tyrian Purple #720356

Tints of Tyrian Purple #720356

Color information

#720356 (or 0x720356) is unknown color: approx Tyrian Purple. HEX triplet: 72, 03 and 56. RGB value is (114,3,86). Sum of RGB (Red+Green+Blue) = 114+3+86=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #720356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720356 is #8DFCA9. Grayscale: #2D2D2D. Windows color (decimal): -9305258 or 5636978. OLE color: 5636978.

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

Color convert

RGB114386-
CMYK00.970.250.55
HSL315.14º94.87%22.94%-
HSV(B)315.14º97.37%44.71%-
XYZ8.654.319.18-
YUV45.65150.77176.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 86 (33.98% from 255) = 42.36%
R=56.16%
G=1.48%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11438600.970.250.55315.1494.8722.94
Hex72356061193713b5f17
Octal16231260141316747313727
Binary11100101110101100110000111001110111100111011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720356; }

 p { color: rgb(114,3,86); }

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

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

 a { background-color: rgb(114,3,86); }

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

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

 span { border-color: rgb(114,3,86); }

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