Html Css Color HEX #6E1ECE Purple Heart

📋 copy color: '#6E1ECE'

red 110 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #6E1ECE

Tints of Purple Heart #6E1ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.54%

R = 31.79%
G = 8.67%
B = 59.54%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E1ECE (or 0x6E1ECE) is known color: Purple Heart. HEX triplet: 6E, 1E and CE. RGB value is (110,30,206). Sum of RGB (Red+Green+Blue) = 110+30+206=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E1ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1ECE is #91E131. Grayscale: #494949. Windows color (decimal): -9560370 or 13508206. OLE color: 13508206.

HSL color Cylindrical-coordinate representation of color #6E1ECE: hue angle of 267.27º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1ECE is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 30 206 -
CMYK 0.47 0.85 0 0.19
HSL 267.27º 0.75% 0.46% -
HSV(B) 267.27º 0.85% 0.81% -
XYZ 18.04 8.7 59.12 -
YUV 73.98 202.5 153.69 -
System Red Green Blue C M Y K H S L
Decimal 110 30 206 0.47 0.85 0 0.19 267.27 0.75 0.46
Hex 6E 1E CE 2F 55 0 13 10B 4B 2E
Octal 156 36 316 57 125 0 23 413 113 56
Binary 1101110 11110 11001110 101111 1010101 0 10011 100001011 1001011 101110

Color Harmonies of #6E1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1ECE

Black with #6E1ECE

Text Example


Text Example

White with #6E1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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