#530542

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

Shades of Tyrian Purple #530542

Tints of Tyrian Purple #530542

Color information

#530542 (or 0x530542) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 42. RGB value is (83,5,66). Sum of RGB (Red+Green+Blue) = 83+5+66=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #530542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530542 is #ACFABD. Grayscale: #232323. Windows color (decimal): -11336382 or 4326739. OLE color: 4326739.

HSL color Cylindrical-coordinate representation of color #530542: hue angle of 313.08º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530542 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB83566-
CMYK00.940.200.67
HSL313.08º88.64%17.25%-
HSV(B)313.08º93.98%32.55%-
XYZ4.62.345.36-
YUV35.28145.34162.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.90%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 66 (26.17% from 255) = 42.86%
R=53.90%
G=3.25%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8356600.940.200.67313.0888.6417.25
Hex5354205E14431395911
Octal123510201362410347113121
Binary1010011101100001001011110101001000011100111001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530542; }

 p { color: rgb(83,5,66); }

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

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

 a { background-color: rgb(83,5,66); }

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

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

 span { border-color: rgb(83,5,66); }

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