#52052F

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

Shades of Tyrian Purple #52052F

Tints of Tyrian Purple #52052F

Color information

#52052F (or 0x52052F) is unknown color: approx Tyrian Purple. HEX triplet: 52, 05 and 2F. RGB value is (82,5,47). Sum of RGB (Red+Green+Blue) = 82+5+47=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #52052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52052F is #ADFAD0. Grayscale: #202020. Windows color (decimal): -11401937 or 3081554. OLE color: 3081554.

HSL color Cylindrical-coordinate representation of color #52052F: hue angle of 327.27º 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 #52052F is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB82547-
CMYK00.940.430.68
HSL327.27º88.51%17.06%-
HSV(B)327.27º93.9%32.16%-
XYZ4.052.112.88-
YUV32.81136.01163.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 61.19%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=61.19%
G=3.73%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8254700.940.430.68327.2788.5117.06
Hex5252F05E2B441475911
Octal12255701365310450713121
Binary1010010101101111010111101010111000100101000111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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