#520343

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

Shades of Tyrian Purple #520343

Tints of Tyrian Purple #520343

Color information

#520343 (or 0x520343) is unknown color: approx Tyrian Purple. HEX triplet: 52, 03 and 43. RGB value is (82,3,67). Sum of RGB (Red+Green+Blue) = 82+3+67=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 67 (26.56% from 255 or 44.08% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #520343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520343 is #ADFCBC. Grayscale: #212121. Windows color (decimal): -11402429 or 4391762. OLE color: 4391762.

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

Color convert

RGB82367-
CMYK00.960.180.68
HSL311.39º92.94%16.67%-
HSV(B)311.39º96.34%32.16%-
XYZ4.532.265.51-
YUV33.92146.67162.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.95%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 67 (26.56% from 255) = 44.08%
R=53.95%
G=1.97%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8236700.960.180.68311.3992.9416.67
Hex5234306012441375d11
Octal122310301402210446713521
Binary101001011100001101100000100101000100100110111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520343; }

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

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

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

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

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

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

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

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