#520743

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

Shades of Tyrian Purple #520743

Tints of Tyrian Purple #520743

Color information

#520743 (or 0x520743) is unknown color: approx Tyrian Purple. HEX triplet: 52, 07 and 43. RGB value is (82,7,67). Sum of RGB (Red+Green+Blue) = 82+7+67=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 67 (26.56% from 255 or 42.95% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #520743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520743 is #ADF8BC. Grayscale: #242424. Windows color (decimal): -11401405 or 4392786. OLE color: 4392786.

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

Color convert

RGB82767-
CMYK00.910.180.68
HSL312º84.27%17.45%-
HSV(B)312º91.46%32.16%-
XYZ4.572.355.52-
YUV36.26145.35160.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 7 (3.12% from 255) = 4.49%
BLUE value IS 67 (26.56% from 255) = 42.95%
R=52.56%
G=4.49%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8276700.910.180.6831284.2717.45
Hex5274305B12441385411
Octal122710301332210447012421
Binary1010010111100001101011011100101000100100111000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520743; }

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

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

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

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

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

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

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

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