#520334

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

Shades of Tyrian Purple #520334

Tints of Tyrian Purple #520334

Color information

#520334 (or 0x520334) is unknown color: approx Tyrian Purple. HEX triplet: 52, 03 and 34. RGB value is (82,3,52). Sum of RGB (Red+Green+Blue) = 82+3+52=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #520334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520334 is #ADFCCB. Grayscale: #202020. Windows color (decimal): -11402444 or 3408722. OLE color: 3408722.

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

Color convert

RGB82352-
CMYK00.960.370.68
HSL322.78º92.94%16.67%-
HSV(B)322.78º96.34%32.16%-
XYZ4.132.113.44-
YUV32.21139.17163.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.85%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 52 (20.70% from 255) = 37.96%
R=59.85%
G=2.19%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8235200.960.370.68322.7892.9416.67
Hex5233406025441435d11
Octal12236401404510450313521
Binary101001011110100011000001001011000100101000011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520334; }

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

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

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

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

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

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

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

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