#520246

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

Shades of Tyrian Purple #520246

Tints of Tyrian Purple #520246

Color information

#520246 (or 0x520246) is unknown color: approx Tyrian Purple. HEX triplet: 52, 02 and 46. RGB value is (82,2,70). Sum of RGB (Red+Green+Blue) = 82+2+70=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #520246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520246 is #ADFDB9. Grayscale: #212121. Windows color (decimal): -11402682 or 4588114. OLE color: 4588114.

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

Color convert

RGB82270-
CMYK00.980.150.68
HSL309º95.24%16.47%-
HSV(B)309º97.56%32.16%-
XYZ4.612.285.99-
YUV33.67148.5162.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.25%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 70 (27.73% from 255) = 45.45%
R=53.25%
G=1.30%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8227000.980.150.6830995.2416.47
Hex52246062F441355f10
Octal122210601421710446513720
Binary10100101010001100110001011111000100100110101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520246; }

 p { color: rgb(82,2,70); }

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

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

 a { background-color: rgb(82,2,70); }

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

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

 span { border-color: rgb(82,2,70); }

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