#6E44BB

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

Shades of Purple Heart #6E44BB

Tints of Purple Heart #6E44BB

Color information

#6E44BB (or 0x6E44BB) is unknown color: approx Purple Heart. HEX triplet: 6E, 44 and BB. RGB value is (110,68,187). Sum of RGB (Red+Green+Blue) = 110+68+187=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E44BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E44BB is #91BB44. Grayscale: #5D5D5D. Windows color (decimal): -9550661 or 12272750. OLE color: 12272750.

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

Color convert

RGB11068187-
CMYK0.410.6400.27
HSL261.18º46.67%50%-
HSV(B)261.18º63.64%73.33%-
XYZ17.4711.0448.22-
YUV94.12180.41139.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.14%
GREEN value IS 68 (26.95% from 255) = 18.63%
BLUE value IS 187 (73.44% from 255) = 51.23%
R=30.14%
G=18.63%
B=51.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110681870.410.6400.27261.1846.6750
Hex6E44BB294001B1052f32
Octal156104273511000334055762
Binary11011101000100101110111010011000000011011100000101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E44BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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