#720358

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

Shades of Tyrian Purple #720358

Tints of Tyrian Purple #720358

Color information

#720358 (or 0x720358) is unknown color: approx Tyrian Purple. HEX triplet: 72, 03 and 58. RGB value is (114,3,88). Sum of RGB (Red+Green+Blue) = 114+3+88=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #720358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720358 is #8DFCA7. Grayscale: #2D2D2D. Windows color (decimal): -9305256 or 5768050. OLE color: 5768050.

HSL color Cylindrical-coordinate representation of color #720358: hue angle of 314.05º 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 #720358 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB114388-
CMYK00.970.230.55
HSL314.05º94.87%22.94%-
HSV(B)314.05º97.37%44.71%-
XYZ8.734.359.61-
YUV45.88151.77176.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 3 (1.56% from 255) = 1.46%
BLUE value IS 88 (34.77% from 255) = 42.93%
R=55.61%
G=1.46%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11438800.970.230.55314.0594.8722.94
Hex72358061173713a5f17
Octal16231300141276747213727
Binary11100101110110000110000110111110111100111010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720358; }

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

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

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

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

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

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

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

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