#530d40

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

Shades of Tyrian Purple #530D40

Tints of Tyrian Purple #530D40

Color information

#530D40 (or 0x530D40) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0D and 40. RGB value is (83,13,64). Sum of RGB (Red+Green+Blue) = 83+13+64=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #530D40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D40 is #ACF2BF. Grayscale: #272727. Windows color (decimal): -11334336 or 4197715. OLE color: 4197715.

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

Color convert

RGB831364-
CMYK00.840.230.67
HSL316.29º72.92%18.82%-
HSV(B)316.29º84.34%32.55%-
XYZ4.642.55.09-
YUV39.74141.69158.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.88%
GREEN value IS 13 (5.47% from 255) = 8.12%
BLUE value IS 64 (25.39% from 255) = 40%
R=51.88%
G=8.12%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83136400.840.230.67316.2972.9218.82
Hex53D40054174313c4913
Octal1231510001242710347411123
Binary10100111101100000001010100101111000011100111100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530d40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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