#6E41D3

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

Shades of Purple Heart #6E41D3

Tints of Purple Heart #6E41D3

Color information

#6E41D3 (or 0x6E41D3) is unknown color: approx Purple Heart. HEX triplet: 6E, 41 and D3. RGB value is (110,65,211). Sum of RGB (Red+Green+Blue) = 110+65+211=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 211 (82.81% from 255 or 54.66% from 386); Max value from RGB is 211 - color contains mainly: blue. Hex color #6E41D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E41D3 is #91BE2C. Grayscale: #5E5E5E. Windows color (decimal): -9551405 or 13844846. OLE color: 13844846.

HSL color Cylindrical-coordinate representation of color #6E41D3: hue angle of 258.49º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E41D3 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11065211-
CMYK0.480.6900.17
HSL258.49º62.39%54.12%-
HSV(B)258.49º69.19%82.75%-
XYZ20.0811.862.85-
YUV95.1193.41138.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.50%
GREEN value IS 65 (25.78% from 255) = 16.84%
BLUE value IS 211 (82.81% from 255) = 54.66%
R=28.50%
G=16.84%
B=54.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal110652110.480.6900.17258.4962.3954.12
Hex6E41D330450111023e36
Octal156101323601050214027666
Binary11011101000001110100111100001000101010001100000010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E41D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,65,211); }

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

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

 a { background-color: rgb(110,65,211); }

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

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

 span { border-color: rgb(110,65,211); }

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