#6E39E1

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

Shades of Purple Heart #6E39E1

Tints of Purple Heart #6E39E1

Color information

#6E39E1 (or 0x6E39E1) is unknown color: approx Purple Heart. HEX triplet: 6E, 39 and E1. RGB value is (110,57,225). Sum of RGB (Red+Green+Blue) = 110+57+225=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 225 (88.28% from 255 or 57.40% from 392); Max value from RGB is 225 - color contains mainly: blue. Hex color #6E39E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E39E1 is #91C61E. Grayscale: #5B5B5B. Windows color (decimal): -9553439 or 14760302. OLE color: 14760302.

HSL color Cylindrical-coordinate representation of color #6E39E1: hue angle of 258.93º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E39E1 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11057225-
CMYK0.510.7500.12
HSL258.93º73.68%55.29%-
HSV(B)258.93º74.67%88.24%-
XYZ21.4811.6872.36-
YUV92203.06140.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.06%
GREEN value IS 57 (22.66% from 255) = 14.54%
BLUE value IS 225 (88.28% from 255) = 57.40%
R=28.06%
G=14.54%
B=57.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal110572250.510.7500.12258.9373.6855.29
Hex6E39E1334B0C1034a37
Octal156713416311301440311267
Binary1101110111001111000011100111001011011001000000111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E39E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,57,225); }

 H1.HeaderClassName
 {
   color: #6E39E1;
 }
 .AnyTagClassName
 {
   color: #6E39E1;
 }
</style>
background-color css

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

 a { background-color: rgb(110,57,225); }

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

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

 span { border-color: rgb(110,57,225); }

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