#440ABF

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

Shades of Purple Heart #440ABF

Tints of Purple Heart #440ABF

Color information

#440ABF (or 0x440ABF) is unknown color: approx Purple Heart. HEX triplet: 44, 0A and BF. RGB value is (68,10,191). Sum of RGB (Red+Green+Blue) = 68+10+191=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 191 (75% from 255 or 71.00% from 269); Max value from RGB is 191 - color contains mainly: blue. Hex color #440ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440ABF is #BBF540. Grayscale: #2F2F2F. Windows color (decimal): -12318017 or 12520004. OLE color: 12520004.

HSL color Cylindrical-coordinate representation of color #440ABF: hue angle of 259.23º 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 #440ABF is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6810191-
CMYK0.640.9500.25
HSL259.23º90.05%39.41%-
HSV(B)259.23º94.76%74.9%-
XYZ11.95.2149.67-
YUV47.98208.72142.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 10 (4.30% from 255) = 3.72%
BLUE value IS 191 (75% from 255) = 71.00%
R=25.28%
G=3.72%
B=71.00%

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
Decimal68101910.640.9500.25259.2390.0539.41
Hex44ABF405F0191035a27
Octal1041227710013703140313247
Binary1000100101010111111100000010111110110011000000111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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