#52022F

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

Shades of Tyrian Purple #52022F

Tints of Tyrian Purple #52022F

Color information

#52022F (or 0x52022F) is unknown color: approx Tyrian Purple. HEX triplet: 52, 02 and 2F. RGB value is (82,2,47). Sum of RGB (Red+Green+Blue) = 82+2+47=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #52022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52022F is #ADFDD0. Grayscale: #1E1E1E. Windows color (decimal): -11402705 or 3080786. OLE color: 3080786.

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

Color convert

RGB82247-
CMYK00.980.430.68
HSL326.25º95.24%16.47%-
HSV(B)326.25º97.56%32.16%-
XYZ4.012.042.87-
YUV31.05137164.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.60%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 47 (18.75% from 255) = 35.88%
R=62.60%
G=1.53%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8224700.980.430.68326.2595.2416.47
Hex5222F0622B441465f10
Octal12225701425310450613720
Binary101001010101111011000101010111000100101000110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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