#6E43BE

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

Shades of Purple Heart #6E43BE

Tints of Purple Heart #6E43BE

Color information

#6E43BE (or 0x6E43BE) is unknown color: approx Purple Heart. HEX triplet: 6E, 43 and BE. RGB value is (110,67,190). Sum of RGB (Red+Green+Blue) = 110+67+190=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E43BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E43BE is #91BC41. Grayscale: #5D5D5D. Windows color (decimal): -9550914 or 12469102. OLE color: 12469102.

HSL color Cylindrical-coordinate representation of color #6E43BE: hue angle of 260.98º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E43BE is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11067190-
CMYK0.420.6500.25
HSL260.98º48.62%50.39%-
HSV(B)260.98º64.74%74.51%-
XYZ17.7311.0549.91-
YUV93.88182.25139.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.97%
GREEN value IS 67 (26.56% from 255) = 18.26%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=29.97%
G=18.26%
B=51.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110671900.420.6500.25260.9848.6250.39
Hex6E43BE2A410191053132
Octal156103276521010314056162
Binary11011101000011101111101010101000001011001100000101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E43BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,67,190); }

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

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

 a { background-color: rgb(110,67,190); }

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

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

 span { border-color: rgb(110,67,190); }

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