#6E3DD9

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

Shades of Purple Heart #6E3DD9

Tints of Purple Heart #6E3DD9

Color information

#6E3DD9 (or 0x6E3DD9) is unknown color: approx Purple Heart. HEX triplet: 6E, 3D and D9. RGB value is (110,61,217). Sum of RGB (Red+Green+Blue) = 110+61+217=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 217 (85.16% from 255 or 55.93% from 388); Max value from RGB is 217 - color contains mainly: blue. Hex color #6E3DD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3DD9 is #91C226. Grayscale: #5C5C5C. Windows color (decimal): -9552423 or 14237038. OLE color: 14237038.

HSL color Cylindrical-coordinate representation of color #6E3DD9: hue angle of 258.85º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E3DD9 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11061217-
CMYK0.490.7200.15
HSL258.85º67.24%54.51%-
HSV(B)258.85º71.89%85.1%-
XYZ20.6211.6666.81-
YUV93.44197.73139.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.35%
GREEN value IS 61 (24.22% from 255) = 15.72%
BLUE value IS 217 (85.16% from 255) = 55.93%
R=28.35%
G=15.72%
B=55.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal110612170.490.7200.15258.8567.2454.51
Hex6E3DD931480F1034337
Octal156753316111001740310367
Binary1101110111101110110011100011001000011111000000111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,61,217); }

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

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

 a { background-color: rgb(110,61,217); }

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

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

 span { border-color: rgb(110,61,217); }

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