#440FBD

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

Shades of Purple Heart #440FBD

Tints of Purple Heart #440FBD

Color information

#440FBD (or 0x440FBD) is unknown color: approx Purple Heart. HEX triplet: 44, 0F and BD. RGB value is (68,15,189). Sum of RGB (Red+Green+Blue) = 68+15+189=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #440FBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440FBD is #BBF042. Grayscale: #323232. Windows color (decimal): -12316739 or 12390212. OLE color: 12390212.

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

Color convert

RGB6815189-
CMYK0.640.9200.26
HSL258.28º85.29%40%-
HSV(B)258.28º92.06%74.12%-
XYZ11.745.2448.54-
YUV50.68206.06140.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 15 (6.25% from 255) = 5.51%
BLUE value IS 189 (74.22% from 255) = 69.49%
R=25%
G=5.51%
B=69.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal68151890.640.9200.26258.2885.2940
Hex44FBD405C01A1025528
Octal1041727510013403240212550
Binary1000100111110111101100000010111000110101000000101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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