#6E3ECE

Color #6E3ECE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6E3ECE

Tints of Purple Heart #6E3ECE

Color information

#6E3ECE (or 0x6E3ECE) is unknown color: approx 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

RGB11062206-
CMYK0.470.7000.19
HSL260º59.5%52.55%-
HSV(B)260º69.9%80.78%-
XYZ19.2911.2259.54-
YUV92.77191.9140.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.10%
GREEN value IS 62 (24.61% from 255) = 16.40%
BLUE value IS 206 (80.86% from 255) = 54.50%
R=29.10%
G=16.40%
B=54.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal110622060.470.7000.1926059.552.55
Hex6E3ECE2F460131043c35
Octal15676316571060234047465
Binary1101110111110110011101011111000110010011100000100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>