#52044D

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

Shades of Tyrian Purple #52044D

Tints of Tyrian Purple #52044D

Color information

#52044D (or 0x52044D) is unknown color: approx Tyrian Purple. HEX triplet: 52, 04 and 4D. RGB value is (82,4,77). Sum of RGB (Red+Green+Blue) = 82+4+77=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #52044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52044D is #ADFBB2. Grayscale: #232323. Windows color (decimal): -11402163 or 5047378. OLE color: 5047378.

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

Color convert

RGB82477-
CMYK00.950.060.68
HSL303.85º90.7%16.86%-
HSV(B)303.85º95.12%32.16%-
XYZ4.862.427.23-
YUV35.64151.34161.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.31%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 77 (30.47% from 255) = 47.24%
R=50.31%
G=2.45%
B=47.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8247700.950.060.68303.8590.716.86
Hex5244D05F6441305b11
Octal12241150137610446013321
Binary10100101001001101010111111101000100100110000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52044D; }

 p { color: rgb(82,4,77); }

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

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

 a { background-color: rgb(82,4,77); }

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

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

 span { border-color: rgb(82,4,77); }

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