#4426BF

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

Shades of Purple Heart #4426BF

Tints of Purple Heart #4426BF

Color information

#4426BF (or 0x4426BF) is unknown color: approx Purple Heart. HEX triplet: 44, 26 and BF. RGB value is (68,38,191). Sum of RGB (Red+Green+Blue) = 68+38+191=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #4426BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4426BF is #BBD940. Grayscale: #3F3F3F. Windows color (decimal): -12310849 or 12527172. OLE color: 12527172.

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

Color convert

RGB6838191-
CMYK0.640.8000.25
HSL251.76º66.81%44.9%-
HSV(B)251.76º80.1%74.9%-
XYZ12.486.3849.86-
YUV64.41199.44130.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 38 (15.23% from 255) = 12.79%
BLUE value IS 191 (75% from 255) = 64.31%
R=22.90%
G=12.79%
B=64.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68381910.640.8000.25251.7666.8144.9
Hex4426BF4050019fc432d
Octal1044627710012003137410355
Binary10001001001101011111110000001010000011001111111001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4426BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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