#520339

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

Shades of Tyrian Purple #520339

Tints of Tyrian Purple #520339

Color information

#520339 (or 0x520339) is unknown color: approx Tyrian Purple. HEX triplet: 52, 03 and 39. RGB value is (82,3,57). Sum of RGB (Red+Green+Blue) = 82+3+57=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 57 (22.66% from 255 or 40.14% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #520339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520339 is #ADFCC6. Grayscale: #202020. Windows color (decimal): -11402439 or 3736402. OLE color: 3736402.

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

Color convert

RGB82357-
CMYK00.960.300.68
HSL318.99º92.94%16.67%-
HSV(B)318.99º96.34%32.16%-
XYZ4.252.154.06-
YUV32.78141.67163.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.75%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 57 (22.66% from 255) = 40.14%
R=57.75%
G=2.11%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8235700.960.300.68318.9992.9416.67
Hex523390601E4413f5d11
Octal12237101403610447713521
Binary10100101111100101100000111101000100100111111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520339; }

 p { color: rgb(82,3,57); }

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

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

 a { background-color: rgb(82,3,57); }

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

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

 span { border-color: rgb(82,3,57); }

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