#520148

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

Shades of Tyrian Purple #520148

Tints of Tyrian Purple #520148

Color information

#520148 (or 0x520148) is unknown color: approx Tyrian Purple. HEX triplet: 52, 01 and 48. RGB value is (82,1,72). Sum of RGB (Red+Green+Blue) = 82+1+72=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #520148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520148 is #ADFEB7. Grayscale: #212121. Windows color (decimal): -11402936 or 4718930. OLE color: 4718930.

HSL color Cylindrical-coordinate representation of color #520148: hue angle of 307.41º 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 #520148 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB82172-
CMYK00.990.120.68
HSL307.41º97.59%16.27%-
HSV(B)307.41º98.78%32.16%-
XYZ4.662.286.33-
YUV33.31149.84162.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 72 (28.52% from 255) = 46.45%
R=52.90%
G=0.65%
B=46.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8217200.990.120.68307.4197.5916.27
Hex52148063C441336210
Octal122111001431410446314220
Binary1010010110010000110001111001000100100110011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520148; }

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

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

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

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

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

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

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

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