#520138

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

Shades of Tyrian Purple #520138

Tints of Tyrian Purple #520138

Color information

#520138 (or 0x520138) is unknown color: approx Tyrian Purple. HEX triplet: 52, 01 and 38. RGB value is (82,1,56). Sum of RGB (Red+Green+Blue) = 82+1+56=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #520138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520138 is #ADFEC7. Grayscale: #1F1F1F. Windows color (decimal): -11402952 or 3670354. OLE color: 3670354.

HSL color Cylindrical-coordinate representation of color #520138: hue angle of 319.26º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520138 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB82156-
CMYK00.990.320.68
HSL319.26º97.59%16.27%-
HSV(B)319.26º98.78%32.16%-
XYZ4.22.13.93-
YUV31.49141.84164.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.99%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=58.99%
G=0.72%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8215600.990.320.68319.2697.5916.27
Hex52138063204413f6210
Octal12217001434010447714220
Binary10100101111000011000111000001000100100111111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520138; }

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

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

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

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

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

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

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

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