#520149

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

Shades of Tyrian Purple #520149

Tints of Tyrian Purple #520149

Color information

#520149 (or 0x520149) is unknown color: approx Tyrian Purple. HEX triplet: 52, 01 and 49. RGB value is (82,1,73). Sum of RGB (Red+Green+Blue) = 82+1+73=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #520149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520149 is #ADFEB6. Grayscale: #212121. Windows color (decimal): -11402935 or 4784466. OLE color: 4784466.

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

Color convert

RGB82173-
CMYK00.990.110.68
HSL306.67º97.59%16.27%-
HSV(B)306.67º98.78%32.16%-
XYZ4.692.36.5-
YUV33.43150.34162.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 73 (28.91% from 255) = 46.79%
R=52.56%
G=0.64%
B=46.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8217300.990.110.68306.6797.5916.27
Hex52149063B441336210
Octal122111101431310446314220
Binary1010010110010010110001110111000100100110011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520149; }

 p { color: rgb(82,1,73); }

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

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

 a { background-color: rgb(82,1,73); }

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

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

 span { border-color: rgb(82,1,73); }

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