#52054D

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

Shades of Tyrian Purple #52054D

Tints of Tyrian Purple #52054D

Color information

#52054D (or 0x52054D) is unknown color: approx Tyrian Purple. HEX triplet: 52, 05 and 4D. RGB value is (82,5,77). Sum of RGB (Red+Green+Blue) = 82+5+77=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #52054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52054D is #ADFAB2. Grayscale: #242424. Windows color (decimal): -11401907 or 5047634. OLE color: 5047634.

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

Color convert

RGB82577-
CMYK00.940.060.68
HSL303.9º88.51%17.06%-
HSV(B)303.9º93.9%32.16%-
XYZ4.872.447.23-
YUV36.23151.01160.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 3.05%
BLUE value IS 77 (30.47% from 255) = 46.95%
R=50%
G=3.05%
B=46.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8257700.940.060.68303.988.5117.06
Hex5254D05E6441305911
Octal12251150136610446013121
Binary10100101011001101010111101101000100100110000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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