#52032E

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

Shades of Tyrian Purple #52032E

Tints of Tyrian Purple #52032E

Color information

#52032E (or 0x52032E) is unknown color: approx Tyrian Purple. HEX triplet: 52, 03 and 2E. RGB value is (82,3,46). Sum of RGB (Red+Green+Blue) = 82+3+46=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #52032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52032E is #ADFCD1. Grayscale: #1F1F1F. Windows color (decimal): -11402450 or 3015506. OLE color: 3015506.

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

Color convert

RGB82346-
CMYK00.960.440.68
HSL327.34º92.94%16.67%-
HSV(B)327.34º96.34%32.16%-
XYZ4.012.062.77-
YUV31.52136.17164-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 62.60%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 46 (18.36% from 255) = 35.11%
R=62.60%
G=2.29%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8234600.960.440.68327.3492.9416.67
Hex5232E0602C441475d11
Octal12235601405410450713521
Binary101001011101110011000001011001000100101000111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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