#6E3ECF

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

Shades of Purple Heart #6E3ECF

Tints of Purple Heart #6E3ECF

Color information

#6E3ECF (or 0x6E3ECF) is unknown color: approx Purple Heart. HEX triplet: 6E, 3E and CF. RGB value is (110,62,207). Sum of RGB (Red+Green+Blue) = 110+62+207=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E3ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3ECF is #91C130. Grayscale: #5C5C5C. Windows color (decimal): -9552177 or 13581934. OLE color: 13581934.

HSL color Cylindrical-coordinate representation of color #6E3ECF: hue angle of 259.86º 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 #6E3ECF is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11062207-
CMYK0.470.7000.19
HSL259.86º60.17%52.75%-
HSV(B)259.86º70.05%81.18%-
XYZ19.4211.2760.18-
YUV92.88192.4140.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.02%
GREEN value IS 62 (24.61% from 255) = 16.36%
BLUE value IS 207 (81.25% from 255) = 54.62%
R=29.02%
G=16.36%
B=54.62%

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
Decimal110622070.470.7000.19259.8660.1752.75
Hex6E3ECF2F460131043c35
Octal15676317571060234047465
Binary1101110111110110011111011111000110010011100000100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,62,207); }

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

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

 a { background-color: rgb(110,62,207); }

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

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

 span { border-color: rgb(110,62,207); }

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