#52033A

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

Shades of Tyrian Purple #52033A

Tints of Tyrian Purple #52033A

Color information

#52033A (or 0x52033A) is unknown color: approx Tyrian Purple. HEX triplet: 52, 03 and 3A. RGB value is (82,3,58). Sum of RGB (Red+Green+Blue) = 82+3+58=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #52033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52033A is #ADFCC5. Grayscale: #202020. Windows color (decimal): -11402438 or 3801938. OLE color: 3801938.

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

Color convert

RGB82358-
CMYK00.960.290.68
HSL318.23º92.94%16.67%-
HSV(B)318.23º96.34%32.16%-
XYZ4.282.164.2-
YUV32.89142.17163.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.34%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 58 (23.05% from 255) = 40.56%
R=57.34%
G=2.10%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8235800.960.290.68318.2392.9416.67
Hex5233A0601D4413e5d11
Octal12237201403510447613521
Binary10100101111101001100000111011000100100111110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52033A; }

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

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

<style>
 a { background-color: #52033A; }

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

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

<style>
 span { border-color: #52033A; }

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

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