Html Css Color HEX #6519DD Purple Heart

📋 copy color: '#6519DD'

red 101 ◦ green 25 ◦ blue 221

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

Shades of Purple Heart #6519DD

Tints of Purple Heart #6519DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.69%

R = 29.11%
G = 7.2%
B = 63.69%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6519DD (or 0x6519DD) is known color: Purple Heart. HEX triplet: 65, 19 and DD. RGB value is (101,25,221). Sum of RGB (Red+Green+Blue) = 101+25+221=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #6519DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6519DD is #9AE622. Grayscale: #454545. Windows color (decimal): -10151459 or 14489957. OLE color: 14489957.

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

Color convert

RGB 101 25 221 -
CMYK 0.54 0.89 0 0.13
HSL 263.27º 0.8% 0.48% -
HSV(B) 263.27º 0.89% 0.87% -
XYZ 18.77 8.68 69.09 -
YUV 70.07 213.18 150.06 -
System Red Green Blue C M Y K H S L
Decimal 101 25 221 0.54 0.89 0 0.13 263.27 0.8 0.48
Hex 65 19 DD 36 59 0 D 107 50 30
Octal 145 31 335 66 131 0 15 407 120 60
Binary 1100101 11001 11011101 110110 1011001 0 1101 100000111 1010000 110000

Color Harmonies of #6519DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6519DD

Black with #6519DD

Text Example


Text Example

White with #6519DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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