#6440BE

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

Shades of Purple Heart #6440BE

Tints of Purple Heart #6440BE

Color information

#6440BE (or 0x6440BE) is unknown color: approx Purple Heart. HEX triplet: 64, 40 and BE. RGB value is (100,64,190). Sum of RGB (Red+Green+Blue) = 100+64+190=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #6440BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6440BE is #9BBF41. Grayscale: #585858. Windows color (decimal): -10207042 or 12468324. OLE color: 12468324.

HSL color Cylindrical-coordinate representation of color #6440BE: hue angle of 257.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6440BE is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10064190-
CMYK0.470.6600.25
HSL257.14º49.61%49.8%-
HSV(B)257.14º66.32%74.51%-
XYZ16.3810.0949.8-
YUV89.13184.93135.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.25%
GREEN value IS 64 (25.39% from 255) = 18.08%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=28.25%
G=18.08%
B=53.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100641900.470.6600.25257.1449.6149.8
Hex6440BE2F420191013232
Octal144100276571020314016262
Binary11001001000000101111101011111000010011001100000001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6440BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6440BE; }

 p { color: rgb(100,64,190); }

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

<style>
 a { background-color: #6440BE; }

 a { background-color: rgb(100,64,190); }

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

<style>
 span { border-color: #6440BE; }

 span { border-color: rgb(100,64,190); }

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