Html Css Color HEX #6E3ECE Purple Heart

📋 copy color: '#6E3ECE'

red 110 ◦ green 62 ◦ blue 206

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

Shades of Purple Heart #6E3ECE

Tints of Purple Heart #6E3ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.4%

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

R = 29.1%
G = 16.4%
B = 54.5%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E3ECE (or 0x6E3ECE) is known color: Purple Heart. HEX triplet: 6E, 3E and CE. RGB value is (110,62,206). Sum of RGB (Red+Green+Blue) = 110+62+206=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E3ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3ECE is #91C131. Grayscale: #5C5C5C. Windows color (decimal): -9552178 or 13516398. OLE color: 13516398.

HSL color Cylindrical-coordinate representation of color #6E3ECE: hue angle of 260º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E3ECE is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 62 206 -
CMYK 0.47 0.70 0 0.19
HSL 260º 0.6% 0.53% -
HSV(B) 260º 0.7% 0.81% -
XYZ 19.29 11.22 59.54 -
YUV 92.77 191.9 140.29 -
System Red Green Blue C M Y K H S L
Decimal 110 62 206 0.47 0.70 0 0.19 260 0.6 0.53
Hex 6E 3E CE 2F 46 0 13 104 3C 35
Octal 156 76 316 57 106 0 23 404 74 65
Binary 1101110 111110 11001110 101111 1000110 0 10011 100000100 111100 110101

Color Harmonies of #6E3ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3ECE

Black with #6E3ECE

Text Example


Text Example

White with #6E3ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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