#530D3E

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

Shades of Tyrian Purple #530D3E

Tints of Tyrian Purple #530D3E

Color information

#530D3E (or 0x530D3E) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0D and 3E. RGB value is (83,13,62). Sum of RGB (Red+Green+Blue) = 83+13+62=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #530D3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D3E is #ACF2C1. Grayscale: #272727. Windows color (decimal): -11334338 or 4066643. OLE color: 4066643.

HSL color Cylindrical-coordinate representation of color #530D3E: hue angle of 318º 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 #530D3E is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB831362-
CMYK00.840.250.67
HSL318º72.92%18.82%-
HSV(B)318º84.34%32.55%-
XYZ4.582.474.79-
YUV39.52140.69159.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 13 (5.47% from 255) = 8.23%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=52.53%
G=8.23%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83136200.840.250.6731872.9218.82
Hex53D3E054194313e4913
Octal123157601243110347611123
Binary1010011110111111001010100110011000011100111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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