Html Css Color HEX #6D14DB Purple Heart

📋 copy color: '#6D14DB'

red 109 ◦ green 20 ◦ blue 219

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

Shades of Purple Heart #6D14DB

Tints of Purple Heart #6D14DB

RGB

 RED value IS 109 (42.97% from 255) = 31.32%

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

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

R = 31.32%
G = 5.75%
B = 62.93%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D14DB (or 0x6D14DB) is known color: Purple Heart. HEX triplet: 6D, 14 and DB. RGB value is (109,20,219). Sum of RGB (Red+Green+Blue) = 109+20+219=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D14DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D14DB is #92EB24. Grayscale: #444444. Windows color (decimal): -9628453 or 14357613. OLE color: 14357613.

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

Color convert

RGB 109 20 219 -
CMYK 0.50 0.91 0 0.14
HSL 266.83º 0.83% 0.47% -
HSV(B) 266.83º 0.91% 0.86% -
XYZ 19.34 8.87 67.71 -
YUV 69.3 212.49 156.32 -
System Red Green Blue C M Y K H S L
Decimal 109 20 219 0.50 0.91 0 0.14 266.83 0.83 0.47
Hex 6D 14 DB 32 5B 0 E 10B 53 2F
Octal 155 24 333 62 133 0 16 413 123 57
Binary 1101101 10100 11011011 110010 1011011 0 1110 100001011 1010011 101111

Color Harmonies of #6D14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D14DB

Black with #6D14DB

Text Example


Text Example

White with #6D14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D14DB; }

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

 H1.HeaderClassName
 {
   color: #6D14DB;
 }
 .AnyTagClassName
 {
   color: #6D14DB;
 }
</style>

background-color css

<style>
 a { background-color: #6D14DB; }

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

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

border-color css

<style>
 span { border-color: #6D14DB; }

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

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