#521D5D

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

Shades of Hot Purple #521D5D

Tints of Hot Purple #521D5D

Color information

#521D5D (or 0x521D5D) is unknown color: approx Hot Purple. HEX triplet: 52, 1D and 5D. RGB value is (82,29,93). Sum of RGB (Red+Green+Blue) = 82+29+93=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #521D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521D5D is #ADE2A2. Grayscale: #333333. Windows color (decimal): -11395747 or 6102354. OLE color: 6102354.

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

Color convert

RGB822993-
CMYK0.120.6900.64
HSL289.69º52.46%23.92%-
HSV(B)289.69º68.82%36.47%-
XYZ5.893.4610.71-
YUV52.14151.06149.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.20%
GREEN value IS 29 (11.72% from 255) = 14.22%
BLUE value IS 93 (36.72% from 255) = 45.59%
R=40.20%
G=14.22%
B=45.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8229930.120.6900.64289.6952.4623.92
Hex521D5DC450401223418
Octal122351351410501004426430
Binary1010010111011011101110010001010100000010010001011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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