#522EE1

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

Shades of Han Purple #522EE1

Tints of Han Purple #522EE1

Color information

#522EE1 (or 0x522EE1) is unknown color: approx Han Purple. HEX triplet: 52, 2E and E1. RGB value is (82,46,225). Sum of RGB (Red+Green+Blue) = 82+46+225=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 225 (88.28% from 255 or 63.74% from 353); Max value from RGB is 225 - color contains mainly: blue. Hex color #522EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522EE1 is #ADD11E. Grayscale: #4C4C4C. Windows color (decimal): -11391263 or 14757458. OLE color: 14757458.

HSL color Cylindrical-coordinate representation of color #522EE1: hue angle of 252.07º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #522EE1 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8246225-
CMYK0.640.8000.12
HSL252.07º74.9%53.14%-
HSV(B)252.07º79.56%88.24%-
XYZ18.059.1872.06-
YUV77.17211.43131.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 46 (18.36% from 255) = 13.03%
BLUE value IS 225 (88.28% from 255) = 63.74%
R=23.23%
G=13.03%
B=63.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal82462250.640.8000.12252.0774.953.14
Hex522EE140500Cfc4b35
Octal1225634110012001437411365
Binary1010010101110111000011000000101000001100111111001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,46,225); }

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

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

 a { background-color: rgb(82,46,225); }

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

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

 span { border-color: rgb(82,46,225); }

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