#521045

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

Shades of Tyrian Purple #521045

Tints of Tyrian Purple #521045

Color information

#521045 (or 0x521045) is unknown color: approx Tyrian Purple. HEX triplet: 52, 10 and 45. RGB value is (82,16,69). Sum of RGB (Red+Green+Blue) = 82+16+69=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #521045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521045 is #ADEFBA. Grayscale: #292929. Windows color (decimal): -11399099 or 4526162. OLE color: 4526162.

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

Color convert

RGB821669-
CMYK00.800.160.68
HSL311.82º67.35%19.22%-
HSV(B)311.82º80.49%32.16%-
XYZ4.742.595.88-
YUV41.78143.37156.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 69 (27.34% from 255) = 41.32%
R=49.10%
G=9.58%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82166900.800.160.68311.8267.3519.22
Hex52104505010441384313
Octal1222010501202010447010323
Binary101001010000100010101010000100001000100100111000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521045; }

 p { color: rgb(82,16,69); }

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

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

 a { background-color: rgb(82,16,69); }

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

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

 span { border-color: rgb(82,16,69); }

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