#440BBE

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

Shades of Purple Heart #440BBE

Tints of Purple Heart #440BBE

Color information

#440BBE (or 0x440BBE) is unknown color: approx Purple Heart. HEX triplet: 44, 0B and BE. RGB value is (68,11,190). Sum of RGB (Red+Green+Blue) = 68+11+190=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 190 (74.61% from 255 or 70.63% from 269); Max value from RGB is 190 - color contains mainly: blue. Hex color #440BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440BBE is #BBF441. Grayscale: #2F2F2F. Windows color (decimal): -12317762 or 12454724. OLE color: 12454724.

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

Color convert

RGB6811190-
CMYK0.640.9400.25
HSL259.11º89.05%39.41%-
HSV(B)259.11º94.21%74.51%-
XYZ11.85.1949.09-
YUV48.45207.88141.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 11 (4.69% from 255) = 4.09%
BLUE value IS 190 (74.61% from 255) = 70.63%
R=25.28%
G=4.09%
B=70.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68111900.640.9400.25259.1189.0539.41
Hex44BBE405E0191035927
Octal1041327610013603140313147
Binary1000100101110111110100000010111100110011000000111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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