#522DF1

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

Shades of Han Purple #522DF1

Tints of Han Purple #522DF1

Color information

#522DF1 (or 0x522DF1) is unknown color: approx Han Purple. HEX triplet: 52, 2D and F1. RGB value is (82,45,241). Sum of RGB (Red+Green+Blue) = 82+45+241=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #522DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #522DF1 is #ADD20E. Grayscale: #4D4D4D. Windows color (decimal): -11391503 or 15805778. OLE color: 15805778.

HSL color Cylindrical-coordinate representation of color #522DF1: hue angle of 251.33º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #522DF1 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8245241-
CMYK0.660.8100.05
HSL251.33º87.5%56.08%-
HSV(B)251.33º81.33%94.51%-
XYZ20.310.0284.08-
YUV78.41219.76130.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.28%
GREEN value IS 45 (17.97% from 255) = 12.23%
BLUE value IS 241 (94.53% from 255) = 65.49%
R=22.28%
G=12.23%
B=65.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal82452410.660.8100.05251.3387.556.08
Hex522DF1425105fb5838
Octal122553611021210537313070
Binary101001010110111110001100001010100010101111110111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522DF1; }

 p { color: rgb(82,45,241); }

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

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

 a { background-color: rgb(82,45,241); }

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

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

 span { border-color: rgb(82,45,241); }

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