Html Css Color HEX #6E1EDB Purple Heart

📋 copy color: '#6E1EDB'

red 110 ◦ green 30 ◦ blue 219

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

Shades of Purple Heart #6E1EDB

Tints of Purple Heart #6E1EDB

RGB

 RED value IS 110 (43.36% from 255) = 30.64%

 GREEN value IS 30 (12.11% from 255) = 8.36%

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

R = 30.64%
G = 8.36%
B = 61%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E1EDB (or 0x6E1EDB) is known color: Purple Heart. HEX triplet: 6E, 1E and DB. RGB value is (110,30,219). Sum of RGB (Red+Green+Blue) = 110+30+219=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E1EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1EDB is #91E124. Grayscale: #4A4A4A. Windows color (decimal): -9560357 or 14360174. OLE color: 14360174.

HSL color Cylindrical-coordinate representation of color #6E1EDB: hue angle of 265.4º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E1EDB is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 30 219 -
CMYK 0.50 0.86 0 0.14
HSL 265.4º 0.76% 0.49% -
HSV(B) 265.4º 0.86% 0.86% -
XYZ 19.68 9.36 67.79 -
YUV 75.47 209 152.63 -
System Red Green Blue C M Y K H S L
Decimal 110 30 219 0.50 0.86 0 0.14 265.4 0.76 0.49
Hex 6E 1E DB 32 56 0 E 109 4C 31
Octal 156 36 333 62 126 0 16 411 114 61
Binary 1101110 11110 11011011 110010 1010110 0 1110 100001001 1001100 110001

Color Harmonies of #6E1EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1EDB

Black with #6E1EDB

Text Example


Text Example

White with #6E1EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,30,219); }

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

background-color css

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

 a { background-color: rgb(110,30,219); }

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

border-color css

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

 span { border-color: rgb(110,30,219); }

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