Html Css Color HEX #6517EF Han Purple

📋 copy color: '#6517EF'

red 101 ◦ green 23 ◦ blue 239

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

Shades of Han Purple #6517EF

Tints of Han Purple #6517EF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.34%

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

R = 27.82%
G = 6.34%
B = 65.84%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6517EF (or 0x6517EF) is known color: Han Purple. HEX triplet: 65, 17 and EF. RGB value is (101,23,239). Sum of RGB (Red+Green+Blue) = 101+23+239=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #6517EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6517EF is #9AE810. Grayscale: #464646. Windows color (decimal): -10151953 or 15669093. OLE color: 15669093.

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

Color convert

RGB 101 23 239 -
CMYK 0.58 0.90 0 0.06
HSL 261.67º 0.87% 0.51% -
HSV(B) 261.67º 0.9% 0.94% -
XYZ 21.25 9.61 82.4 -
YUV 70.95 222.84 149.44 -
System Red Green Blue C M Y K H S L
Decimal 101 23 239 0.58 0.90 0 0.06 261.67 0.87 0.51
Hex 65 17 EF 3A 5A 0 6 106 57 33
Octal 145 27 357 72 132 0 6 406 127 63
Binary 1100101 10111 11101111 111010 1011010 0 110 100000110 1010111 110011

Color Harmonies of #6517EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6517EF

Black with #6517EF

Text Example


Text Example

White with #6517EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6517EF;
 }
 .AnyTagClassName
 {
   color: #6517EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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