#520450

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

Shades of Tyrian Purple #520450

Tints of Tyrian Purple #520450

Color information

#520450 (or 0x520450) is unknown color: approx Tyrian Purple. HEX triplet: 52, 04 and 50. RGB value is (82,4,80). Sum of RGB (Red+Green+Blue) = 82+4+80=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #520450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520450 is #ADFBAF. Grayscale: #232323. Windows color (decimal): -11402160 or 5243986. OLE color: 5243986.

HSL color Cylindrical-coordinate representation of color #520450: hue angle of 301.54º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520450 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB82480-
CMYK00.950.020.68
HSL301.54º90.7%16.86%-
HSV(B)301.54º95.12%32.16%-
XYZ4.972.467.8-
YUV35.99152.84160.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.40%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 80 (31.64% from 255) = 48.19%
R=49.40%
G=2.41%
B=48.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8248000.950.020.68301.5490.716.86
Hex5245005F24412e5b11
Octal12241200137210445613321
Binary1010010100101000001011111101000100100101110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520450; }

 p { color: rgb(82,4,80); }

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

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

 a { background-color: rgb(82,4,80); }

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

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

 span { border-color: rgb(82,4,80); }

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