#440ABE

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

Shades of Purple Heart #440ABE

Tints of Purple Heart #440ABE

Color information

#440ABE (or 0x440ABE) is unknown color: approx Purple Heart. HEX triplet: 44, 0A and BE. RGB value is (68,10,190). Sum of RGB (Red+Green+Blue) = 68+10+190=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #440ABE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440ABE is #BBF541. Grayscale: #2F2F2F. Windows color (decimal): -12318018 or 12454468. OLE color: 12454468.

HSL color Cylindrical-coordinate representation of color #440ABE: hue angle of 259.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440ABE is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6810190-
CMYK0.640.9500.25
HSL259.33º90%39.22%-
HSV(B)259.33º94.74%74.51%-
XYZ11.795.1649.09-
YUV47.86208.22142.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 10 (4.30% from 255) = 3.73%
BLUE value IS 190 (74.61% from 255) = 70.90%
R=25.37%
G=3.73%
B=70.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68101900.640.9500.25259.339039.22
Hex44ABE405F0191035a27
Octal1041227610013703140313247
Binary1000100101010111110100000010111110110011000000111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440ABE; }

 p { color: rgb(68,10,190); }

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

<style>
 a { background-color: #440ABE; }

 a { background-color: rgb(68,10,190); }

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

<style>
 span { border-color: #440ABE; }

 span { border-color: rgb(68,10,190); }

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