#5218FA

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

Shades of Han Purple #5218FA

Tints of Han Purple #5218FA

Color information

#5218FA (or 0x5218FA) is unknown color: approx Han Purple. HEX triplet: 52, 18 and FA. RGB value is (82,24,250). Sum of RGB (Red+Green+Blue) = 82+24+250=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #5218FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5218FA is #ADE705. Grayscale: #424242. Windows color (decimal): -11396870 or 16390226. OLE color: 16390226.

HSL color Cylindrical-coordinate representation of color #5218FA: hue angle of 255.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5218FA is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8224250-
CMYK0.670.9000.02
HSL255.4º95.76%53.73%-
HSV(B)255.4º90.4%98.04%-
XYZ21.069.3591.14-
YUV67.11231.22138.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.03%
GREEN value IS 24 (9.77% from 255) = 6.74%
BLUE value IS 250 (98.05% from 255) = 70.22%
R=23.03%
G=6.74%
B=70.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82242500.670.9000.02255.495.7653.73
Hex5218FA435A02ff6036
Octal122303721031320237714066
Binary1010010110001111101010000111011010010111111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5218FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5218FA; }

 p { color: rgb(82,24,250); }

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

<style>
 a { background-color: #5218FA; }

 a { background-color: rgb(82,24,250); }

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

<style>
 span { border-color: #5218FA; }

 span { border-color: rgb(82,24,250); }

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