#521C5D

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

Shades of Hot Purple #521C5D

Tints of Hot Purple #521C5D

Color information

#521C5D (or 0x521C5D) is unknown color: approx Hot Purple. HEX triplet: 52, 1C and 5D. RGB value is (82,28,93). Sum of RGB (Red+Green+Blue) = 82+28+93=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #521C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521C5D is #ADE3A2. Grayscale: #333333. Windows color (decimal): -11396003 or 6102098. OLE color: 6102098.

HSL color Cylindrical-coordinate representation of color #521C5D: hue angle of 289.85º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521C5D is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB822893-
CMYK0.120.7000.64
HSL289.85º53.72%23.73%-
HSV(B)289.85º69.89%36.47%-
XYZ5.873.4110.71-
YUV51.56151.39149.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 28 (11.33% from 255) = 13.79%
BLUE value IS 93 (36.72% from 255) = 45.81%
R=40.39%
G=13.79%
B=45.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8228930.120.7000.64289.8553.7223.73
Hex521C5DC460401223618
Octal122341351410601004426630
Binary1010010111001011101110010001100100000010010001011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521C5D; }

 p { color: rgb(82,28,93); }

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

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

 a { background-color: rgb(82,28,93); }

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

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

 span { border-color: rgb(82,28,93); }

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