Html Css Color HEX #6D13DB Purple Heart

📋 copy color: '#6D13DB'

red 109 ◦ green 19 ◦ blue 219

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

Shades of Purple Heart #6D13DB

Tints of Purple Heart #6D13DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.48%

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

R = 31.41%
G = 5.48%
B = 63.11%

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

#6D13DB (or 0x6D13DB) is known color: Purple Heart. HEX triplet: 6D, 13 and DB. RGB value is (109,19,219). Sum of RGB (Red+Green+Blue) = 109+19+219=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D13DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D13DB is #92EC24. Grayscale: #444444. Windows color (decimal): -9628709 or 14357357. OLE color: 14357357.

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

Color convert

RGB 109 19 219 -
CMYK 0.50 0.91 0 0.14
HSL 267º 0.84% 0.47% -
HSV(B) 267º 0.91% 0.86% -
XYZ 19.33 8.83 67.7 -
YUV 68.71 212.82 156.74 -
System Red Green Blue C M Y K H S L
Decimal 109 19 219 0.50 0.91 0 0.14 267 0.84 0.47
Hex 6D 13 DB 32 5B 0 E 10B 54 2F
Octal 155 23 333 62 133 0 16 413 124 57
Binary 1101101 10011 11011011 110010 1011011 0 1110 100001011 1010100 101111

Color Harmonies of #6D13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D13DB

Black with #6D13DB

Text Example


Text Example

White with #6D13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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