Html Css Color HEX #6519EB Han Purple

📋 copy color: '#6519EB'

red 101 ◦ green 25 ◦ blue 235

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

Shades of Han Purple #6519EB

Tints of Han Purple #6519EB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.93%

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

R = 27.98%
G = 6.93%
B = 65.1%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6519EB (or 0x6519EB) is known color: Han Purple. HEX triplet: 65, 19 and EB. RGB value is (101,25,235). Sum of RGB (Red+Green+Blue) = 101+25+235=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #6519EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6519EB is #9AE614. Grayscale: #464646. Windows color (decimal): -10151445 or 15407461. OLE color: 15407461.

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

Color convert

RGB 101 25 235 -
CMYK 0.57 0.89 0 0.08
HSL 261.71º 0.84% 0.51% -
HSV(B) 261.71º 0.89% 0.92% -
XYZ 20.71 9.46 79.33 -
YUV 71.66 220.18 148.92 -
System Red Green Blue C M Y K H S L
Decimal 101 25 235 0.57 0.89 0 0.08 261.71 0.84 0.51
Hex 65 19 EB 39 59 0 8 106 54 33
Octal 145 31 353 71 131 0 10 406 124 63
Binary 1100101 11001 11101011 111001 1011001 0 1000 100000110 1010100 110011

Color Harmonies of #6519EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6519EB

Black with #6519EB

Text Example


Text Example

White with #6519EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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