Html Css Color HEX #6514EB Han Purple

📋 copy color: '#6514EB'

red 101 ◦ green 20 ◦ blue 235

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

Shades of Han Purple #6514EB

Tints of Han Purple #6514EB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.62%

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

R = 28.37%
G = 5.62%
B = 66.01%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6514EB (or 0x6514EB) is known color: Han Purple. HEX triplet: 65, 14 and EB. RGB value is (101,20,235). Sum of RGB (Red+Green+Blue) = 101+20+235=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #6514EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6514EB is #9AEB14. Grayscale: #434343. Windows color (decimal): -10152725 or 15406181. OLE color: 15406181.

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

Color convert

RGB 101 20 235 -
CMYK 0.57 0.91 0 0.08
HSL 262.6º 0.84% 0.5% -
HSV(B) 262.6º 0.91% 0.92% -
XYZ 20.61 9.27 79.3 -
YUV 68.73 221.84 151.02 -
System Red Green Blue C M Y K H S L
Decimal 101 20 235 0.57 0.91 0 0.08 262.6 0.84 0.5
Hex 65 14 EB 39 5B 0 8 107 54 32
Octal 145 24 353 71 133 0 10 407 124 62
Binary 1100101 10100 11101011 111001 1011011 0 1000 100000111 1010100 110010

Color Harmonies of #6514EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6514EB

Black with #6514EB

Text Example


Text Example

White with #6514EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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