#530536

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

Shades of Tyrian Purple #530536

Tints of Tyrian Purple #530536

Color information

#530536 (or 0x530536) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 36. RGB value is (83,5,54). Sum of RGB (Red+Green+Blue) = 83+5+54=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #530536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530536 is #ACFAC9. Grayscale: #212121. Windows color (decimal): -11336394 or 3540307. OLE color: 3540307.

HSL color Cylindrical-coordinate representation of color #530536: hue angle of 322.31º 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 #530536 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB83554-
CMYK00.940.350.67
HSL322.31º88.64%17.25%-
HSV(B)322.31º93.98%32.55%-
XYZ4.292.213.69-
YUV33.91139.34163.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.45%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 54 (21.48% from 255) = 38.03%
R=58.45%
G=3.52%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8355400.940.350.67322.3188.6417.25
Hex5353605E23431425911
Octal12356601364310350213121
Binary1010011101110110010111101000111000011101000010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530536; }

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

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

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

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

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

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

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

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