#6E3CDE

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

Shades of Purple Heart #6E3CDE

Tints of Purple Heart #6E3CDE

Color information

#6E3CDE (or 0x6E3CDE) is unknown color: approx Purple Heart. HEX triplet: 6E, 3C and DE. RGB value is (110,60,222). Sum of RGB (Red+Green+Blue) = 110+60+222=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E3CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3CDE is #91C321. Grayscale: #5C5C5C. Windows color (decimal): -9552674 or 14564462. OLE color: 14564462.

HSL color Cylindrical-coordinate representation of color #6E3CDE: hue angle of 258.52º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E3CDE is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11060222-
CMYK0.500.7300.13
HSL258.52º71.05%55.29%-
HSV(B)258.52º72.97%87.06%-
XYZ21.2311.8270.27-
YUV93.42200.56139.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.06%
GREEN value IS 60 (23.83% from 255) = 15.31%
BLUE value IS 222 (87.11% from 255) = 56.63%
R=28.06%
G=15.31%
B=56.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal110602220.500.7300.13258.5271.0555.29
Hex6E3CDE32490D1034737
Octal156743366211101540310767
Binary1101110111100110111101100101001001011011000000111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,60,222); }

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

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

 a { background-color: rgb(110,60,222); }

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

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

 span { border-color: rgb(110,60,222); }

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