#522ff2

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

Shades of Han Purple #522FF2

Tints of Han Purple #522FF2

Color information

#522FF2 (or 0x522FF2) is unknown color: approx Han Purple. HEX triplet: 52, 2F and F2. RGB value is (82,47,242). Sum of RGB (Red+Green+Blue) = 82+47+242=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 242 (94.92% from 255 or 65.23% from 371); Max value from RGB is 242 - color contains mainly: blue. Hex color #522FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #522FF2 is #ADD00D. Grayscale: #4E4E4E. Windows color (decimal): -11390990 or 15871826. OLE color: 15871826.

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

Color convert

RGB8247242-
CMYK0.660.8100.05
HSL250.77º88.24%56.67%-
HSV(B)250.77º80.58%94.9%-
XYZ20.5210.2484.9-
YUV79.69219.6129.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 47 (18.75% from 255) = 12.67%
BLUE value IS 242 (94.92% from 255) = 65.23%
R=22.10%
G=12.67%
B=65.23%

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
Decimal82472420.660.8100.05250.7788.2456.67
Hex522FF2425105fb5839
Octal122573621021210537313071
Binary101001010111111110010100001010100010101111110111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522ff2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,47,242); }

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

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

 a { background-color: rgb(82,47,242); }

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

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

 span { border-color: rgb(82,47,242); }

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