Html Css Color HEX #6520EF Han Purple

📋 copy color: '#6520EF'

red 101 ◦ green 32 ◦ blue 239

#6520EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #6520EF

Tints of Han Purple #6520EF

RGB

 RED value IS 101 (39.84% from 255) = 27.15%

 GREEN value IS 32 (12.89% from 255) = 8.6%

 BLUE value IS 239 (93.75% from 255) = 64.25%

R = 27.15%
G = 8.6%
B = 64.25%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6520EF (or 0x6520EF) is known color: 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

RGB 101 32 239 -
CMYK 0.58 0.87 0 0.06
HSL 260º 0.87% 0.53% -
HSV(B) 260º 0.87% 0.94% -
XYZ 21.46 10.03 82.47 -
YUV 76.23 219.86 145.67 -
System Red Green Blue C M Y K H S L
Decimal 101 32 239 0.58 0.87 0 0.06 260 0.87 0.53
Hex 65 20 EF 3A 57 0 6 104 57 35
Octal 145 40 357 72 127 0 6 404 127 65
Binary 1100101 100000 11101111 111010 1010111 0 110 100000100 1010111 110101

Color Harmonies of #6520EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6520EF

Black with #6520EF

Text Example


Text Example

White with #6520EF

Text Example


Text Example

HTML Codes & Css Web 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>