#5220F1

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

Shades of Han Purple #5220F1

Tints of Han Purple #5220F1

Color information

#5220F1 (or 0x5220F1) is unknown color: approx Han Purple. HEX triplet: 52, 20 and F1. RGB value is (82,32,241). Sum of RGB (Red+Green+Blue) = 82+32+241=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 241 (94.53% from 255 or 67.89% from 355); Max value from RGB is 241 - color contains mainly: blue. Hex color #5220F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5220F1 is #ADDF0E. Grayscale: #454545. Windows color (decimal): -11394831 or 15802450. OLE color: 15802450.

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

Color convert

RGB8232241-
CMYK0.660.8700.05
HSL254.35º88.19%53.53%-
HSV(B)254.35º86.72%94.51%-
XYZ19.879.1883.94-
YUV70.78224.06136.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 32 (12.89% from 255) = 9.01%
BLUE value IS 241 (94.53% from 255) = 67.89%
R=23.10%
G=9.01%
B=67.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal82322410.660.8700.05254.3588.1953.53
Hex5220F1425705fe5836
Octal122403611021270537613066
Binary101001010000011110001100001010101110101111111101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5220F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5220F1; }

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

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

<style>
 a { background-color: #5220F1; }

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

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

<style>
 span { border-color: #5220F1; }

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

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