#440FBE

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

Shades of Purple Heart #440FBE

Tints of Purple Heart #440FBE

Color information

#440FBE (or 0x440FBE) is unknown color: approx Purple Heart. HEX triplet: 44, 0F and BE. RGB value is (68,15,190). Sum of RGB (Red+Green+Blue) = 68+15+190=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #440FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440FBE is #BBF041. Grayscale: #323232. Windows color (decimal): -12316738 or 12455748. OLE color: 12455748.

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

Color convert

RGB6815190-
CMYK0.640.9200.25
HSL258.17º85.37%40.2%-
HSV(B)258.17º92.11%74.51%-
XYZ11.855.2949.11-
YUV50.8206.56140.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 15 (6.25% from 255) = 5.49%
BLUE value IS 190 (74.61% from 255) = 69.60%
R=24.91%
G=5.49%
B=69.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68151900.640.9200.25258.1785.3740.2
Hex44FBE405C0191025528
Octal1041727610013403140212550
Binary1000100111110111110100000010111000110011000000101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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