#440BBD

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

Shades of Purple Heart #440BBD

Tints of Purple Heart #440BBD

Color information

#440BBD (or 0x440BBD) is unknown color: approx Purple Heart. HEX triplet: 44, 0B and BD. RGB value is (68,11,189). Sum of RGB (Red+Green+Blue) = 68+11+189=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 189 (74.22% from 255 or 70.52% from 268); Max value from RGB is 189 - color contains mainly: blue. Hex color #440BBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440BBD is #BBF442. Grayscale: #2F2F2F. Windows color (decimal): -12317763 or 12389188. OLE color: 12389188.

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

Color convert

RGB6811189-
CMYK0.640.9400.26
HSL259.21º89%39.22%-
HSV(B)259.21º94.18%74.12%-
XYZ11.695.1448.52-
YUV48.34207.38142.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 11 (4.69% from 255) = 4.10%
BLUE value IS 189 (74.22% from 255) = 70.52%
R=25.37%
G=4.10%
B=70.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal68111890.640.9400.26259.218939.22
Hex44BBD405E01A1035927
Octal1041327510013603240313147
Binary1000100101110111101100000010111100110101000000111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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