Html Css Color HEX #6517EB Han Purple

📋 copy color: '#6517EB'

red 101 ◦ green 23 ◦ blue 235

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

Shades of Han Purple #6517EB

Tints of Han Purple #6517EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.46%

R = 28.13%
G = 6.41%
B = 65.46%

CMYK

 C value IS 0.57

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6517EB (or 0x6517EB) is known color: Han Purple. HEX triplet: 65, 17 and EB. RGB value is (101,23,235). Sum of RGB (Red+Green+Blue) = 101+23+235=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #6517EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6517EB is #9AE814. Grayscale: #454545. Windows color (decimal): -10151957 or 15406949. OLE color: 15406949.

HSL color Cylindrical-coordinate representation of color #6517EB: hue angle of 262.08º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6517EB is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 23 235 -
CMYK 0.57 0.90 0 0.08
HSL 262.08º 0.84% 0.51% -
HSV(B) 262.08º 0.9% 0.92% -
XYZ 20.67 9.38 79.32 -
YUV 70.49 220.84 149.76 -
System Red Green Blue C M Y K H S L
Decimal 101 23 235 0.57 0.90 0 0.08 262.08 0.84 0.51
Hex 65 17 EB 39 5A 0 8 106 54 33
Octal 145 27 353 71 132 0 10 406 124 63
Binary 1100101 10111 11101011 111001 1011010 0 1000 100000110 1010100 110011

Color Harmonies of #6517EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6517EB

Black with #6517EB

Text Example


Text Example

White with #6517EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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