#520338

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

Shades of Tyrian Purple #520338

Tints of Tyrian Purple #520338

Color information

#520338 (or 0x520338) is unknown color: approx Tyrian Purple. HEX triplet: 52, 03 and 38. RGB value is (82,3,56). Sum of RGB (Red+Green+Blue) = 82+3+56=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #520338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520338 is #ADFCC7. Grayscale: #202020. Windows color (decimal): -11402440 or 3670866. OLE color: 3670866.

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

Color convert

RGB82356-
CMYK00.960.320.68
HSL319.75º92.94%16.67%-
HSV(B)319.75º96.34%32.16%-
XYZ4.232.143.93-
YUV32.66141.17163.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.16%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 56 (22.27% from 255) = 39.72%
R=58.16%
G=2.13%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8235600.960.320.68319.7592.9416.67
Hex5233806020441405d11
Octal12237001404010450013521
Binary101001011111000011000001000001000100101000000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520338; }

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

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

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

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

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

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

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

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