#521B5E

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

Shades of Hot Purple #521B5E

Tints of Hot Purple #521B5E

Color information

#521B5E (or 0x521B5E) is unknown color: approx Hot Purple. HEX triplet: 52, 1B and 5E. RGB value is (82,27,94). Sum of RGB (Red+Green+Blue) = 82+27+94=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #521B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B5E is #ADE4A1. Grayscale: #323232. Windows color (decimal): -11396258 or 6167378. OLE color: 6167378.

HSL color Cylindrical-coordinate representation of color #521B5E: hue angle of 289.25º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #521B5E is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB822794-
CMYK0.130.7100.63
HSL289.25º55.37%23.73%-
HSV(B)289.25º71.28%36.86%-
XYZ5.893.3910.93-
YUV51.08152.22150.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 27 (10.94% from 255) = 13.30%
BLUE value IS 94 (37.11% from 255) = 46.31%
R=40.39%
G=13.30%
B=46.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8227940.130.7100.63289.2555.3723.73
Hex521B5ED4703F1213718
Octal12233136151070774416730
Binary101001011011101111011011000111011111110010000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,27,94); }

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

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

 a { background-color: rgb(82,27,94); }

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

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

 span { border-color: rgb(82,27,94); }

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