#520C43

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

Shades of Tyrian Purple #520C43

Tints of Tyrian Purple #520C43

Color information

#520C43 (or 0x520C43) is unknown color: approx Tyrian Purple. HEX triplet: 52, 0C and 43. RGB value is (82,12,67). Sum of RGB (Red+Green+Blue) = 82+12+67=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #520C43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520C43 is #ADF3BC. Grayscale: #272727. Windows color (decimal): -11400125 or 4394066. OLE color: 4394066.

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

Color convert

RGB821267-
CMYK00.850.180.68
HSL312.86º74.47%18.43%-
HSV(B)312.86º85.37%32.16%-
XYZ4.622.465.54-
YUV39.2143.69158.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.93%
GREEN value IS 12 (5.08% from 255) = 7.45%
BLUE value IS 67 (26.56% from 255) = 41.61%
R=50.93%
G=7.45%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82126700.850.180.68312.8674.4718.43
Hex52C4305512441394a12
Octal1221410301252210447111222
Binary10100101100100001101010101100101000100100111001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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