#52024F

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

Shades of Tyrian Purple #52024F

Tints of Tyrian Purple #52024F

Color information

#52024F (or 0x52024F) is unknown color: approx Tyrian Purple. HEX triplet: 52, 02 and 4F. RGB value is (82,2,79). Sum of RGB (Red+Green+Blue) = 82+2+79=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #52024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52024F is #ADFDB0. Grayscale: #222222. Windows color (decimal): -11402673 or 5177938. OLE color: 5177938.

HSL color Cylindrical-coordinate representation of color #52024F: hue angle of 302.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52024F is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB82279-
CMYK00.980.040.68
HSL302.25º95.24%16.47%-
HSV(B)302.25º97.56%32.16%-
XYZ4.912.47.6-
YUV34.7153161.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.31%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 79 (31.25% from 255) = 48.47%
R=50.31%
G=1.23%
B=48.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8227900.980.040.68302.2595.2416.47
Hex5224F06244412e5f10
Octal12221170142410445613720
Binary1010010101001111011000101001000100100101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52024F; }

 p { color: rgb(82,2,79); }

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

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

 a { background-color: rgb(82,2,79); }

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

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

 span { border-color: rgb(82,2,79); }

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