#440AB7

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

Shades of Purple Heart #440AB7

Tints of Purple Heart #440AB7

Color information

#440AB7 (or 0x440AB7) is unknown color: approx Purple Heart. HEX triplet: 44, 0A and B7. RGB value is (68,10,183). Sum of RGB (Red+Green+Blue) = 68+10+183=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 183 (71.88% from 255 or 70.11% from 261); Max value from RGB is 183 - color contains mainly: blue. Hex color #440AB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440AB7 is #BBF548. Grayscale: #2E2E2E. Windows color (decimal): -12318025 or 11995716. OLE color: 11995716.

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

Color convert

RGB6810183-
CMYK0.630.9500.28
HSL260.12º89.64%37.84%-
HSV(B)260.12º94.54%71.76%-
XYZ11.044.8645.16-
YUV47.06204.72142.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.05%
GREEN value IS 10 (4.30% from 255) = 3.83%
BLUE value IS 183 (71.88% from 255) = 70.11%
R=26.05%
G=3.83%
B=70.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal68101830.630.9500.28260.1289.6437.84
Hex44AB73F5F01C1045a26
Octal104122677713703440413246
Binary100010010101011011111111110111110111001000001001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,10,183); }

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

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

 a { background-color: rgb(68,10,183); }

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

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

 span { border-color: rgb(68,10,183); }

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