Html Css Color HEX #6414DB Purple Heart

📋 copy color: '#6414DB'

red 100 ◦ green 20 ◦ blue 219

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

Shades of Purple Heart #6414DB

Tints of Purple Heart #6414DB

RGB

 RED value IS 100 (39.45% from 255) = 29.5%

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

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

R = 29.5%
G = 5.9%
B = 64.6%

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

#6414DB (or 0x6414DB) is known color: Purple Heart. HEX triplet: 64, 14 and DB. RGB value is (100,20,219). Sum of RGB (Red+Green+Blue) = 100+20+219=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #6414DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6414DB is #9BEB24. Grayscale: #414141. Windows color (decimal): -10218277 or 14357604. OLE color: 14357604.

HSL color Cylindrical-coordinate representation of color #6414DB: hue angle of 264.12º 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 #6414DB is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 20 219 -
CMYK 0.54 0.91 0 0.14
HSL 264.12º 0.83% 0.47% -
HSV(B) 264.12º 0.91% 0.86% -
XYZ 18.29 8.32 67.66 -
YUV 66.61 214 151.82 -
System Red Green Blue C M Y K H S L
Decimal 100 20 219 0.54 0.91 0 0.14 264.12 0.83 0.47
Hex 64 14 DB 36 5B 0 E 108 53 2F
Octal 144 24 333 66 133 0 16 410 123 57
Binary 1100100 10100 11011011 110110 1011011 0 1110 100001000 1010011 101111

Color Harmonies of #6414DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6414DB

Black with #6414DB

Text Example


Text Example

White with #6414DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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