#530D3C

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

Shades of Tyrian Purple #530D3C

Tints of Tyrian Purple #530D3C

Color information

#530D3C (or 0x530D3C) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0D and 3C. RGB value is (83,13,60). Sum of RGB (Red+Green+Blue) = 83+13+60=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #530D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D3C is #ACF2C3. Grayscale: #272727. Windows color (decimal): -11334340 or 3935571. OLE color: 3935571.

HSL color Cylindrical-coordinate representation of color #530D3C: hue angle of 319.71º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530D3C is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB831360-
CMYK00.840.280.67
HSL319.71º72.92%18.82%-
HSV(B)319.71º84.34%32.55%-
XYZ4.532.454.51-
YUV39.29139.69159.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 13 (5.47% from 255) = 8.33%
BLUE value IS 60 (23.83% from 255) = 38.46%
R=53.21%
G=8.33%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83136000.840.280.67319.7172.9218.82
Hex53D3C0541C431404913
Octal123157401243410350011123
Binary1010011110111110001010100111001000011101000000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530D3C; }

 p { color: rgb(83,13,60); }

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

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

 a { background-color: rgb(83,13,60); }

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

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

 span { border-color: rgb(83,13,60); }

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