Html Css Color HEX #6519DB Purple Heart

📋 copy color: '#6519DB'

red 101 ◦ green 25 ◦ blue 219

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

Shades of Purple Heart #6519DB

Tints of Purple Heart #6519DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.48%

R = 29.28%
G = 7.25%
B = 63.48%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6519DB (or 0x6519DB) is known color: Purple Heart. HEX triplet: 65, 19 and DB. RGB value is (101,25,219). Sum of RGB (Red+Green+Blue) = 101+25+219=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #6519DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6519DB is #9AE624. Grayscale: #454545. Windows color (decimal): -10151461 or 14358885. OLE color: 14358885.

HSL color Cylindrical-coordinate representation of color #6519DB: hue angle of 263.51º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6519DB is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 25 219 -
CMYK 0.54 0.89 0 0.14
HSL 263.51º 0.8% 0.48% -
HSV(B) 263.51º 0.89% 0.86% -
XYZ 18.5 8.58 67.7 -
YUV 69.84 212.18 150.23 -
System Red Green Blue C M Y K H S L
Decimal 101 25 219 0.54 0.89 0 0.14 263.51 0.8 0.48
Hex 65 19 DB 36 59 0 E 108 50 30
Octal 145 31 333 66 131 0 16 410 120 60
Binary 1100101 11001 11011011 110110 1011001 0 1110 100001000 1010000 110000

Color Harmonies of #6519DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6519DB

Black with #6519DB

Text Example


Text Example

White with #6519DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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