#520530

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

Shades of Tyrian Purple #520530

Tints of Tyrian Purple #520530

Color information

#520530 (or 0x520530) is unknown color: approx Tyrian Purple. HEX triplet: 52, 05 and 30. RGB value is (82,5,48). Sum of RGB (Red+Green+Blue) = 82+5+48=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #520530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520530 is #ADFACF. Grayscale: #202020. Windows color (decimal): -11401936 or 3147090. OLE color: 3147090.

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

Color convert

RGB82548-
CMYK00.940.410.68
HSL326.49º88.51%17.06%-
HSV(B)326.49º93.9%32.16%-
XYZ4.072.122.99-
YUV32.92136.51163-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.74%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 48 (19.14% from 255) = 35.56%
R=60.74%
G=3.70%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8254800.940.410.68326.4988.5117.06
Hex5253005E29441465911
Octal12256001365110450613121
Binary1010010101110000010111101010011000100101000110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520530; }

 p { color: rgb(82,5,48); }

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

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

 a { background-color: rgb(82,5,48); }

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

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

 span { border-color: rgb(82,5,48); }

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