Html Css Color HEX #6519FF Han Purple

📋 copy color: '#6519FF'

red 101 ◦ green 25 ◦ blue 255

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

Shades of Han Purple #6519FF

Tints of Han Purple #6519FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.93%

R = 26.51%
G = 6.56%
B = 66.93%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6519FF (or 0x6519FF) is known color: Han Purple. HEX triplet: 65, 19 and FF. RGB value is (101,25,255). Sum of RGB (Red+Green+Blue) = 101+25+255=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #6519FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6519FF is #9AE600. Grayscale: #494949. Windows color (decimal): -10151425 or 16718181. OLE color: 16718181.

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

Color convert

RGB 101 25 255 -
CMYK 0.60 0.90 0 0
HSL 259.83º 1% 0.55% -
HSV(B) 259.83º 0.9% 1% -
XYZ 23.76 10.68 95.42 -
YUV 73.94 230.18 147.3 -
System Red Green Blue C M Y K H S L
Decimal 101 25 255 0.60 0.90 0 0 259.83 1 0.55
Hex 65 19 FF 3C 5A 0 0 104 64 37
Octal 145 31 377 74 132 0 0 404 144 67
Binary 1100101 11001 11111111 111100 1011010 0 0 100000100 1100100 110111

Color Harmonies of #6519FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6519FF

Black with #6519FF

Text Example


Text Example

White with #6519FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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