Html Css Color HEX #6E2EDE Purple Heart

📋 copy color: '#6E2EDE'

red 110 ◦ green 46 ◦ blue 222

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

Shades of Purple Heart #6E2EDE

Tints of Purple Heart #6E2EDE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.17%

 BLUE value IS 222 (87.11% from 255) = 58.73%

R = 29.1%
G = 12.17%
B = 58.73%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E2EDE (or 0x6E2EDE) is known color: Purple Heart. HEX triplet: 6E, 2E and DE. RGB value is (110,46,222). Sum of RGB (Red+Green+Blue) = 110+46+222=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E2EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2EDE is #91D121. Grayscale: #545454. Windows color (decimal): -9556258 or 14560878. OLE color: 14560878.

HSL color Cylindrical-coordinate representation of color #6E2EDE: hue angle of 261.82º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E2EDE is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 46 222 -
CMYK 0.50 0.79 0 0.13
HSL 261.82º 0.73% 0.53% -
HSV(B) 261.82º 0.79% 0.87% -
XYZ 20.59 10.54 70.06 -
YUV 85.2 205.2 145.69 -
System Red Green Blue C M Y K H S L
Decimal 110 46 222 0.50 0.79 0 0.13 261.82 0.73 0.53
Hex 6E 2E DE 32 4F 0 D 106 49 35
Octal 156 56 336 62 117 0 15 406 111 65
Binary 1101110 101110 11011110 110010 1001111 0 1101 100000110 1001001 110101

Color Harmonies of #6E2EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2EDE

Black with #6E2EDE

Text Example


Text Example

White with #6E2EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,46,222); }

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

background-color css

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

 a { background-color: rgb(110,46,222); }

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

border-color css

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

 span { border-color: rgb(110,46,222); }

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