Html Css Color HEX #6519DF Han Purple

📋 copy color: '#6519DF'

red 101 ◦ green 25 ◦ blue 223

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

Shades of Han Purple #6519DF

Tints of Han Purple #6519DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.9%

R = 28.94%
G = 7.16%
B = 63.9%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6519DF (or 0x6519DF) is known color: Han Purple. HEX triplet: 65, 19 and DF. RGB value is (101,25,223). Sum of RGB (Red+Green+Blue) = 101+25+223=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #6519DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6519DF is #9AE620. Grayscale: #454545. Windows color (decimal): -10151457 or 14621029. OLE color: 14621029.

HSL color Cylindrical-coordinate representation of color #6519DF: hue angle of 263.03º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6519DF is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 25 223 -
CMYK 0.55 0.89 0 0.13
HSL 263.03º 0.8% 0.49% -
HSV(B) 263.03º 0.89% 0.87% -
XYZ 19.03 8.79 70.51 -
YUV 70.3 214.18 149.9 -
System Red Green Blue C M Y K H S L
Decimal 101 25 223 0.55 0.89 0 0.13 263.03 0.8 0.49
Hex 65 19 DF 37 59 0 D 107 50 31
Octal 145 31 337 67 131 0 15 407 120 61
Binary 1100101 11001 11011111 110111 1011001 0 1101 100000111 1010000 110001

Color Harmonies of #6519DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6519DF

Black with #6519DF

Text Example


Text Example

White with #6519DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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