#530636

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

Shades of Tyrian Purple #530636

Tints of Tyrian Purple #530636

Color information

#530636 (or 0x530636) is unknown color: approx Tyrian Purple. HEX triplet: 53, 06 and 36. RGB value is (83,6,54). Sum of RGB (Red+Green+Blue) = 83+6+54=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #530636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530636 is #ACF9C9. Grayscale: #222222. Windows color (decimal): -11336138 or 3540563. OLE color: 3540563.

HSL color Cylindrical-coordinate representation of color #530636: hue angle of 322.6º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530636 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB83654-
CMYK00.930.350.67
HSL322.6º86.52%17.45%-
HSV(B)322.6º92.77%32.55%-
XYZ4.32.243.69-
YUV34.49139.01162.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.04%
GREEN value IS 6 (2.73% from 255) = 4.20%
BLUE value IS 54 (21.48% from 255) = 37.76%
R=58.04%
G=4.20%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8365400.930.350.67322.686.5217.45
Hex5363605D23431435711
Octal12366601354310350312721
Binary1010011110110110010111011000111000011101000011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530636; }

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

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

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

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

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

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

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

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