Html Css Color HEX #6520EC Han Purple

📋 copy color: '#6520EC'

red 101 ◦ green 32 ◦ blue 236

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

Shades of Han Purple #6520EC

Tints of Han Purple #6520EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 63.96%

R = 27.37%
G = 8.67%
B = 63.96%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6520EC (or 0x6520EC) is known color: Han Purple. HEX triplet: 65, 20 and EC. RGB value is (101,32,236). Sum of RGB (Red+Green+Blue) = 101+32+236=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #6520EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6520EC is #9ADF13. Grayscale: #4B4B4B. Windows color (decimal): -10149652 or 15474789. OLE color: 15474789.

HSL color Cylindrical-coordinate representation of color #6520EC: hue angle of 260.29º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6520EC is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 32 236 -
CMYK 0.57 0.86 0 0.07
HSL 260.29º 0.84% 0.53% -
HSV(B) 260.29º 0.86% 0.93% -
XYZ 21.02 9.86 80.15 -
YUV 75.89 218.36 145.91 -
System Red Green Blue C M Y K H S L
Decimal 101 32 236 0.57 0.86 0 0.07 260.29 0.84 0.53
Hex 65 20 EC 39 56 0 7 104 54 35
Octal 145 40 354 71 126 0 7 404 124 65
Binary 1100101 100000 11101100 111001 1010110 0 111 100000100 1010100 110101

Color Harmonies of #6520EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6520EC

Black with #6520EC

Text Example


Text Example

White with #6520EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6520EC;
 }
 .AnyTagClassName
 {
   color: #6520EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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