#530539

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

Shades of Tyrian Purple #530539

Tints of Tyrian Purple #530539

Color information

#530539 (or 0x530539) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 39. RGB value is (83,5,57). Sum of RGB (Red+Green+Blue) = 83+5+57=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #530539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530539 is #ACFAC6. Grayscale: #222222. Windows color (decimal): -11336391 or 3736915. OLE color: 3736915.

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

Color convert

RGB83557-
CMYK00.940.310.67
HSL320º88.64%17.25%-
HSV(B)320º93.98%32.55%-
XYZ4.362.244.07-
YUV34.25140.84162.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.24%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 57 (22.66% from 255) = 39.31%
R=57.24%
G=3.45%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8355700.940.310.6732088.6417.25
Hex5353905E1F431405911
Octal12357101363710350013121
Binary101001110111100101011110111111000011101000000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530539; }

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

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

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

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

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

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

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

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