#4400BF

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

Shades of Purple Heart #4400BF

Tints of Purple Heart #4400BF

Color information

#4400BF (or 0x4400BF) is unknown color: approx Purple Heart. HEX triplet: 44, 00 and BF. RGB value is (68,0,191). Sum of RGB (Red+Green+Blue) = 68+0+191=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 191 (75% from 255 or 73.75% from 259); Max value from RGB is 191 - color contains mainly: blue. Hex color #4400BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4400BF is #BBFF40. Grayscale: #292929. Windows color (decimal): -12320577 or 12517444. OLE color: 12517444.

HSL color Cylindrical-coordinate representation of color #4400BF: hue angle of 261.36º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400BF is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB680191-
CMYK0.64100.25
HSL261.36º100%37.45%-
HSV(B)261.36º100%74.9%-
XYZ11.794.9949.63-
YUV42.11212.03146.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 73.75%
R=26.25%
G=0%
B=73.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6801910.64100.25261.3610037.45
Hex440BF40640191056425
Octal104027710014403140514445
Binary1000100010111111100000011001000110011000001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4400BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4400BF; }

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

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

<style>
 a { background-color: #4400BF; }

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

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

<style>
 span { border-color: #4400BF; }

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

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