#520C45

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

Shades of Tyrian Purple #520C45

Tints of Tyrian Purple #520C45

Color information

#520C45 (or 0x520C45) is unknown color: approx Tyrian Purple. HEX triplet: 52, 0C and 45. RGB value is (82,12,69). Sum of RGB (Red+Green+Blue) = 82+12+69=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #520C45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520C45 is #ADF3BA. Grayscale: #272727. Windows color (decimal): -11400123 or 4525138. OLE color: 4525138.

HSL color Cylindrical-coordinate representation of color #520C45: hue angle of 311.14º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #520C45 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB821269-
CMYK00.850.160.68
HSL311.14º74.47%18.43%-
HSV(B)311.14º85.37%32.16%-
XYZ4.692.495.86-
YUV39.43144.69158.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.31%
GREEN value IS 12 (5.08% from 255) = 7.36%
BLUE value IS 69 (27.34% from 255) = 42.33%
R=50.31%
G=7.36%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82126900.850.160.68311.1474.4718.43
Hex52C4505510441374a12
Octal1221410501252010446711222
Binary10100101100100010101010101100001000100100110111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520C45; }

 p { color: rgb(82,12,69); }

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

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

 a { background-color: rgb(82,12,69); }

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

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

 span { border-color: rgb(82,12,69); }

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