#521C5B

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

Shades of Hot Purple #521C5B

Tints of Hot Purple #521C5B

Color information

#521C5B (or 0x521C5B) is unknown color: approx Hot Purple. HEX triplet: 52, 1C and 5B. RGB value is (82,28,91). Sum of RGB (Red+Green+Blue) = 82+28+91=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #521C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521C5B is #ADE3A4. Grayscale: #333333. Windows color (decimal): -11396005 or 5971026. OLE color: 5971026.

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

Color convert

RGB822891-
CMYK0.100.6900.64
HSL291.43º52.94%23.33%-
HSV(B)291.43º69.23%35.69%-
XYZ5.783.3810.25-
YUV51.33150.39149.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 28 (11.33% from 255) = 13.93%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=40.80%
G=13.93%
B=45.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8228910.100.6900.64291.4352.9423.33
Hex521C5BA450401233517
Octal122341331210501004436527
Binary1010010111001011011101010001010100000010010001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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