#6E44BA

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

Shades of Purple Heart #6E44BA

Tints of Purple Heart #6E44BA

Color information

#6E44BA (or 0x6E44BA) is unknown color: approx Purple Heart. HEX triplet: 6E, 44 and BA. RGB value is (110,68,186). Sum of RGB (Red+Green+Blue) = 110+68+186=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E44BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E44BA is #91BB45. Grayscale: #5D5D5D. Windows color (decimal): -9550662 or 12207214. OLE color: 12207214.

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

Color convert

RGB11068186-
CMYK0.410.6300.27
HSL261.36º46.46%49.8%-
HSV(B)261.36º63.44%72.94%-
XYZ17.3610.9947.66-
YUV94.01179.91139.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.22%
GREEN value IS 68 (26.95% from 255) = 18.68%
BLUE value IS 186 (73.05% from 255) = 51.10%
R=30.22%
G=18.68%
B=51.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110681860.410.6300.27261.3646.4649.8
Hex6E44BA293F01B1052e32
Octal15610427251770334055662
Binary1101110100010010111010101001111111011011100000101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E44BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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