Html Css Color HEX #6514DB Purple Heart

📋 copy color: '#6514DB'

red 101 ◦ green 20 ◦ blue 219

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

Shades of Purple Heart #6514DB

Tints of Purple Heart #6514DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.88%

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

R = 29.71%
G = 5.88%
B = 64.41%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6514DB (or 0x6514DB) is known color: Purple Heart. HEX triplet: 65, 14 and DB. RGB value is (101,20,219). Sum of RGB (Red+Green+Blue) = 101+20+219=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #6514DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6514DB is #9AEB24. Grayscale: #424242. Windows color (decimal): -10152741 or 14357605. OLE color: 14357605.

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

Color convert

RGB 101 20 219 -
CMYK 0.54 0.91 0 0.14
HSL 264.42º 0.83% 0.47% -
HSV(B) 264.42º 0.91% 0.86% -
XYZ 18.4 8.38 67.67 -
YUV 66.91 213.84 152.32 -
System Red Green Blue C M Y K H S L
Decimal 101 20 219 0.54 0.91 0 0.14 264.42 0.83 0.47
Hex 65 14 DB 36 5B 0 E 108 53 2F
Octal 145 24 333 66 133 0 16 410 123 57
Binary 1100101 10100 11011011 110110 1011011 0 1110 100001000 1010011 101111

Color Harmonies of #6514DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6514DB

Black with #6514DB

Text Example


Text Example

White with #6514DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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