Html Css Color HEX #6814DB Purple Heart

📋 copy color: '#6814DB'

red 104 ◦ green 20 ◦ blue 219

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

Shades of Purple Heart #6814DB

Tints of Purple Heart #6814DB

RGB

 RED value IS 104 (41.02% from 255) = 30.32%

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

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

R = 30.32%
G = 5.83%
B = 63.85%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6814DB (or 0x6814DB) is known color: Purple Heart. HEX triplet: 68, 14 and DB. RGB value is (104,20,219). Sum of RGB (Red+Green+Blue) = 104+20+219=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #6814DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6814DB is #97EB24. Grayscale: #434343. Windows color (decimal): -9956133 or 14357608. OLE color: 14357608.

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

Color convert

RGB 104 20 219 -
CMYK 0.53 0.91 0 0.14
HSL 265.33º 0.83% 0.47% -
HSV(B) 265.33º 0.91% 0.86% -
XYZ 18.75 8.56 67.68 -
YUV 67.8 213.33 153.82 -
System Red Green Blue C M Y K H S L
Decimal 104 20 219 0.53 0.91 0 0.14 265.33 0.83 0.47
Hex 68 14 DB 35 5B 0 E 109 53 2F
Octal 150 24 333 65 133 0 16 411 123 57
Binary 1101000 10100 11011011 110101 1011011 0 1110 100001001 1010011 101111

Color Harmonies of #6814DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6814DB

Black with #6814DB

Text Example


Text Example

White with #6814DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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