#52032F

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

Shades of Tyrian Purple #52032F

Tints of Tyrian Purple #52032F

Color information

#52032F (or 0x52032F) is unknown color: approx Tyrian Purple. HEX triplet: 52, 03 and 2F. RGB value is (82,3,47). Sum of RGB (Red+Green+Blue) = 82+3+47=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #52032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52032F is #ADFCD0. Grayscale: #1F1F1F. Windows color (decimal): -11402449 or 3081042. OLE color: 3081042.

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

Color convert

RGB82347-
CMYK00.960.430.68
HSL326.58º92.94%16.67%-
HSV(B)326.58º96.34%32.16%-
XYZ4.032.062.88-
YUV31.64136.67163.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.12%
GREEN value IS 3 (1.56% from 255) = 2.27%
BLUE value IS 47 (18.75% from 255) = 35.61%
R=62.12%
G=2.27%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8234700.960.430.68326.5892.9416.67
Hex5232F0602B441475d11
Octal12235701405310450713521
Binary101001011101111011000001010111000100101000111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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