#720352

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

Shades of Tyrian Purple #720352

Tints of Tyrian Purple #720352

Color information

#720352 (or 0x720352) is unknown color: approx Tyrian Purple. HEX triplet: 72, 03 and 52. RGB value is (114,3,82). Sum of RGB (Red+Green+Blue) = 114+3+82=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #720352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720352 is #8DFCAD. Grayscale: #2C2C2C. Windows color (decimal): -9305262 or 5374834. OLE color: 5374834.

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

Color convert

RGB114382-
CMYK00.970.280.55
HSL317.3º94.87%22.94%-
HSV(B)317.3º97.37%44.71%-
XYZ8.494.258.36-
YUV45.2148.77177.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 3 (1.56% from 255) = 1.51%
BLUE value IS 82 (32.42% from 255) = 41.21%
R=57.29%
G=1.51%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11438200.970.280.55317.394.8722.94
Hex723520611C3713d5f17
Octal16231220141346747513727
Binary11100101110100100110000111100110111100111101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720352; }

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

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

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

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

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

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

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

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