#52034F

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

Shades of Tyrian Purple #52034F

Tints of Tyrian Purple #52034F

Color information

#52034F (or 0x52034F) is unknown color: approx Tyrian Purple. HEX triplet: 52, 03 and 4F. RGB value is (82,3,79). Sum of RGB (Red+Green+Blue) = 82+3+79=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #52034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52034F is #ADFCB0. Grayscale: #232323. Windows color (decimal): -11402417 or 5178194. OLE color: 5178194.

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

Color convert

RGB82379-
CMYK00.960.040.68
HSL302.28º92.94%16.67%-
HSV(B)302.28º96.34%32.16%-
XYZ4.922.427.61-
YUV35.28152.67161.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 1.83%
BLUE value IS 79 (31.25% from 255) = 48.17%
R=50%
G=1.83%
B=48.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8237900.960.040.68302.2892.9416.67
Hex5234F06044412e5d11
Octal12231170140410445613521
Binary1010010111001111011000001001000100100101110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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