#5214F8

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

Shades of Han Purple #5214F8

Tints of Han Purple #5214F8

Color information

#5214F8 (or 0x5214F8) is unknown color: approx Han Purple. HEX triplet: 52, 14 and F8. RGB value is (82,20,248). Sum of RGB (Red+Green+Blue) = 82+20+248=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 248 (97.27% from 255 or 70.86% from 350); Max value from RGB is 248 - color contains mainly: blue. Hex color #5214F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5214F8 is #ADEB07. Grayscale: #3F3F3F. Windows color (decimal): -11397896 or 16258130. OLE color: 16258130.

HSL color Cylindrical-coordinate representation of color #5214F8: hue angle of 256.32º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5214F8 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8220248-
CMYK0.670.9200.03
HSL256.32º94.21%52.55%-
HSV(B)256.32º91.94%97.25%-
XYZ20.679.0789.47-
YUV64.53231.54140.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 20 (8.20% from 255) = 5.71%
BLUE value IS 248 (97.27% from 255) = 70.86%
R=23.43%
G=5.71%
B=70.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal82202480.670.9200.03256.3294.2152.55
Hex5214F8435C031005e35
Octal122243701031340340013665
Binary10100101010011111000100001110111000111000000001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5214F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5214F8; }

 p { color: rgb(82,20,248); }

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

<style>
 a { background-color: #5214F8; }

 a { background-color: rgb(82,20,248); }

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

<style>
 span { border-color: #5214F8; }

 span { border-color: rgb(82,20,248); }

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