#440BB8

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

Shades of Purple Heart #440BB8

Tints of Purple Heart #440BB8

Color information

#440BB8 (or 0x440BB8) is unknown color: approx Purple Heart. HEX triplet: 44, 0B and B8. RGB value is (68,11,184). Sum of RGB (Red+Green+Blue) = 68+11+184=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 184 (72.27% from 255 or 69.96% from 263); Max value from RGB is 184 - color contains mainly: blue. Hex color #440BB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440BB8 is #BBF447. Grayscale: #2F2F2F. Windows color (decimal): -12317768 or 12061508. OLE color: 12061508.

HSL color Cylindrical-coordinate representation of color #440BB8: hue angle of 259.77º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440BB8 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6811184-
CMYK0.630.9400.28
HSL259.77º88.72%38.24%-
HSV(B)259.77º94.02%72.16%-
XYZ11.164.9345.71-
YUV47.76204.88142.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 11 (4.69% from 255) = 4.18%
BLUE value IS 184 (72.27% from 255) = 69.96%
R=25.86%
G=4.18%
B=69.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal68111840.630.9400.28259.7788.7238.24
Hex44BB83F5E01C1045926
Octal104132707713603440413146
Binary100010010111011100011111110111100111001000001001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,11,184); }

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

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

 a { background-color: rgb(68,11,184); }

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

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

 span { border-color: rgb(68,11,184); }

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