Html Css Color HEX #6E3DDB Purple Heart

📋 copy color: '#6E3DDB'

red 110 ◦ green 61 ◦ blue 219

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

Shades of Purple Heart #6E3DDB

Tints of Purple Heart #6E3DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.64%

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

R = 28.21%
G = 15.64%
B = 56.15%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E3DDB (or 0x6E3DDB) is known color: Purple Heart. HEX triplet: 6E, 3D and DB. RGB value is (110,61,219). Sum of RGB (Red+Green+Blue) = 110+61+219=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E3DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3DDB is #91C224. Grayscale: #5D5D5D. Windows color (decimal): -9552421 or 14368110. OLE color: 14368110.

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

Color convert

RGB 110 61 219 -
CMYK 0.50 0.72 0 0.14
HSL 258.61º 0.69% 0.55% -
HSV(B) 258.61º 0.72% 0.86% -
XYZ 20.89 11.77 68.19 -
YUV 93.66 198.73 139.65 -
System Red Green Blue C M Y K H S L
Decimal 110 61 219 0.50 0.72 0 0.14 258.61 0.69 0.55
Hex 6E 3D DB 32 48 0 E 103 45 37
Octal 156 75 333 62 110 0 16 403 105 67
Binary 1101110 111101 11011011 110010 1001000 0 1110 100000011 1000101 110111

Color Harmonies of #6E3DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3DDB

Black with #6E3DDB

Text Example


Text Example

White with #6E3DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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