#520333

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

Shades of Tyrian Purple #520333

Tints of Tyrian Purple #520333

Color information

#520333 (or 0x520333) is unknown color: approx Tyrian Purple. HEX triplet: 52, 03 and 33. RGB value is (82,3,51). Sum of RGB (Red+Green+Blue) = 82+3+51=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #520333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520333 is #ADFCCC. Grayscale: #1F1F1F. Windows color (decimal): -11402445 or 3343186. OLE color: 3343186.

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

Color convert

RGB82351-
CMYK00.960.380.68
HSL323.54º92.94%16.67%-
HSV(B)323.54º96.34%32.16%-
XYZ4.112.13.32-
YUV32.09138.67163.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.29%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 51 (20.31% from 255) = 37.5%
R=60.29%
G=2.21%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8235100.960.380.68323.5492.9416.67
Hex5233306026441445d11
Octal12236301404610450413521
Binary101001011110011011000001001101000100101000100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520333; }

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

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

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

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

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

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

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

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