#6440BA

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

Shades of Purple Heart #6440BA

Tints of Purple Heart #6440BA

Color information

#6440BA (or 0x6440BA) is unknown color: approx Purple Heart. HEX triplet: 64, 40 and BA. RGB value is (100,64,186). Sum of RGB (Red+Green+Blue) = 100+64+186=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #6440BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6440BA is #9BBF45. Grayscale: #585858. Windows color (decimal): -10207046 or 12206180. OLE color: 12206180.

HSL color Cylindrical-coordinate representation of color #6440BA: hue angle of 257.7º 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 #6440BA is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10064186-
CMYK0.460.6600.27
HSL257.7º48.8%49.02%-
HSV(B)257.7º65.59%72.94%-
XYZ15.959.9247.53-
YUV88.67182.93136.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.57%
GREEN value IS 64 (25.39% from 255) = 18.29%
BLUE value IS 186 (73.05% from 255) = 53.14%
R=28.57%
G=18.29%
B=53.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100641860.460.6600.27257.748.849.02
Hex6440BA2E4201B1023131
Octal144100272561020334026161
Binary11001001000000101110101011101000010011011100000010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6440BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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