#6520EF

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

Shades of Han Purple #6520EF

Tints of Han Purple #6520EF

Color information

#6520EF (or 0x6520EF) is unknown color: approx Han Purple. HEX triplet: 65, 20 and EF. RGB value is (101,32,239). Sum of RGB (Red+Green+Blue) = 101+32+239=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #6520EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6520EF is #9ADF10. Grayscale: #4B4B4B. Windows color (decimal): -10149649 or 15671397. OLE color: 15671397.

HSL color Cylindrical-coordinate representation of color #6520EF: hue angle of 260º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6520EF is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10132239-
CMYK0.580.8700.06
HSL260º86.61%53.14%-
HSV(B)260º86.61%93.73%-
XYZ21.4610.0382.47-
YUV76.23219.86145.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.15%
GREEN value IS 32 (12.89% from 255) = 8.60%
BLUE value IS 239 (93.75% from 255) = 64.25%
R=27.15%
G=8.60%
B=64.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal101322390.580.8700.0626086.6153.14
Hex6520EF3A57061045735
Octal14540357721270640412765
Binary110010110000011101111111010101011101101000001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6520EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6520EF; }

 p { color: rgb(101,32,239); }

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

<style>
 a { background-color: #6520EF; }

 a { background-color: rgb(101,32,239); }

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

<style>
 span { border-color: #6520EF; }

 span { border-color: rgb(101,32,239); }

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