#6E40BA

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

Shades of Purple Heart #6E40BA

Tints of Purple Heart #6E40BA

Color information

#6E40BA (or 0x6E40BA) is unknown color: approx Purple Heart. HEX triplet: 6E, 40 and BA. RGB value is (110,64,186). Sum of RGB (Red+Green+Blue) = 110+64+186=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E40BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E40BA is #91BF45. Grayscale: #5B5B5B. Windows color (decimal): -9551686 or 12206190. OLE color: 12206190.

HSL color Cylindrical-coordinate representation of color #6E40BA: hue angle of 262.62º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E40BA is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11064186-
CMYK0.410.6600.27
HSL262.62º48.8%49.02%-
HSV(B)262.62º65.59%72.94%-
XYZ17.1310.5347.58-
YUV91.66181.24141.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.56%
GREEN value IS 64 (25.39% from 255) = 17.78%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=30.56%
G=17.78%
B=51.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110641860.410.6600.27262.6248.849.02
Hex6E40BA294201B1073131
Octal156100272511020334076161
Binary11011101000000101110101010011000010011011100000111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E40BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,64,186); }

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

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

 a { background-color: rgb(110,64,186); }

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

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

 span { border-color: rgb(110,64,186); }

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