Html Css Color HEX #6519FE Han Purple

📋 copy color: '#6519FE'

red 101 ◦ green 25 ◦ blue 254

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

Shades of Han Purple #6519FE

Tints of Han Purple #6519FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 66.84%

R = 26.58%
G = 6.58%
B = 66.84%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6519FE (or 0x6519FE) is known color: Han Purple. HEX triplet: 65, 19 and FE. RGB value is (101,25,254). Sum of RGB (Red+Green+Blue) = 101+25+254=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #6519FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6519FE is #9AE601. Grayscale: #484848. Windows color (decimal): -10151426 or 16652645. OLE color: 16652645.

HSL color Cylindrical-coordinate representation of color #6519FE: hue angle of 259.91º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6519FE is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 25 254 -
CMYK 0.60 0.90 0 0.00
HSL 259.91º 0.99% 0.55% -
HSV(B) 259.91º 0.9% 1% -
XYZ 23.6 10.62 94.57 -
YUV 73.83 229.68 147.38 -
System Red Green Blue C M Y K H S L
Decimal 101 25 254 0.60 0.90 0 0.00 259.91 0.99 0.55
Hex 65 19 FE 3C 5A 0 0 104 63 37
Octal 145 31 376 74 132 0 0 404 143 67
Binary 1100101 11001 11111110 111100 1011010 0 0 100000100 1100011 110111

Color Harmonies of #6519FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6519FE

Black with #6519FE

Text Example


Text Example

White with #6519FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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