#4433BF

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

Shades of Purple Heart #4433BF

Tints of Purple Heart #4433BF

Color information

#4433BF (or 0x4433BF) is unknown color: approx Purple Heart. HEX triplet: 44, 33 and BF. RGB value is (68,51,191). Sum of RGB (Red+Green+Blue) = 68+51+191=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #4433BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4433BF is #BBCC40. Grayscale: #474747. Windows color (decimal): -12307521 or 12530500. OLE color: 12530500.

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

Color convert

RGB6851191-
CMYK0.640.7300.25
HSL247.29º57.85%47.45%-
HSV(B)247.29º73.3%74.9%-
XYZ12.977.3650.03-
YUV72.04195.13125.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 191 (75% from 255) = 61.61%
R=21.94%
G=16.45%
B=61.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68511910.640.7300.25247.2957.8547.45
Hex4433BF4049019f73a2f
Octal104632771001110313677257
Binary1000100110011101111111000000100100101100111110111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4433BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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