#5227E2

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

Shades of Han Purple #5227E2

Tints of Han Purple #5227E2

Color information

#5227E2 (or 0x5227E2) is unknown color: approx Han Purple. HEX triplet: 52, 27 and E2. RGB value is (82,39,226). Sum of RGB (Red+Green+Blue) = 82+39+226=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 226 (88.67% from 255 or 65.13% from 347); Max value from RGB is 226 - color contains mainly: blue. Hex color #5227E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5227E2 is #ADD81D. Grayscale: #484848. Windows color (decimal): -11393054 or 14821202. OLE color: 14821202.

HSL color Cylindrical-coordinate representation of color #5227E2: hue angle of 253.8º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5227E2 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8239226-
CMYK0.640.8300.11
HSL253.8º76.33%51.96%-
HSV(B)253.8º82.74%88.63%-
XYZ17.938.7472.69-
YUV73.18214.25134.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 39 (15.62% from 255) = 11.24%
BLUE value IS 226 (88.67% from 255) = 65.13%
R=23.63%
G=11.24%
B=65.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal82392260.640.8300.11253.876.3351.96
Hex5227E240530Bfe4c34
Octal1224734210012301337611464
Binary1010010100111111000101000000101001101011111111101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5227E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5227E2; }

 p { color: rgb(82,39,226); }

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

<style>
 a { background-color: #5227E2; }

 a { background-color: rgb(82,39,226); }

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

<style>
 span { border-color: #5227E2; }

 span { border-color: rgb(82,39,226); }

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