#520036

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

Shades of Tyrian Purple #520036

Tints of Tyrian Purple #520036

Color information

#520036 (or 0x520036) is unknown color: approx Tyrian Purple. HEX triplet: 52, 00 and 36. RGB value is (82,0,54). Sum of RGB (Red+Green+Blue) = 82+0+54=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 54 (21.48% from 255 or 39.71% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #520036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520036 is #ADFFC9. Grayscale: #1E1E1E. Windows color (decimal): -11403210 or 3539026. OLE color: 3539026.

HSL color Cylindrical-coordinate representation of color #520036: hue angle of 320.49º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520036 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB82054-
CMYK010.340.68
HSL320.49º100%16.08%-
HSV(B)320.49º100%32.16%-
XYZ4.152.063.67-
YUV30.67141.17164.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 39.71%
R=60.29%
G=0%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82054010.340.68320.4910016.08
Hex5203606422441406410
Octal12206601444210450014420
Binary10100100110110011001001000101000100101000000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520036; }

 p { color: rgb(82,0,54); }

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

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

 a { background-color: rgb(82,0,54); }

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

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

 span { border-color: rgb(82,0,54); }

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