#520042

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

Shades of Tyrian Purple #520042

Tints of Tyrian Purple #520042

Color information

#520042 (or 0x520042) is unknown color: approx Tyrian Purple. HEX triplet: 52, 00 and 42. RGB value is (82,0,66). Sum of RGB (Red+Green+Blue) = 82+0+66=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 66 (26.17% from 255 or 44.59% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #520042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520042 is #ADFFBD. Grayscale: #1F1F1F. Windows color (decimal): -11403198 or 4325458. OLE color: 4325458.

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

Color convert

RGB82066-
CMYK010.200.68
HSL311.71º100%16.08%-
HSV(B)311.71º100%32.16%-
XYZ4.462.195.34-
YUV32.04147.17163.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 44.59%
R=55.41%
G=0%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82066010.200.68311.7110016.08
Hex5204206414441386410
Octal122010201442410447014420
Binary10100100100001001100100101001000100100111000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520042; }

 p { color: rgb(82,0,66); }

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

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

 a { background-color: rgb(82,0,66); }

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

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

 span { border-color: rgb(82,0,66); }

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