#440faf

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

Shades of Purple Heart #440FAF

Tints of Purple Heart #440FAF

Color information

#440FAF (or 0x440FAF) is unknown color: approx Purple Heart. HEX triplet: 44, 0F and AF. RGB value is (68,15,175). Sum of RGB (Red+Green+Blue) = 68+15+175=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #440FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440FAF is #BBF050. Grayscale: #303030. Windows color (decimal): -12316753 or 11472708. OLE color: 11472708.

HSL color Cylindrical-coordinate representation of color #440FAF: hue angle of 259.88º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440FAF is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6815175-
CMYK0.610.9100.31
HSL259.88º84.21%37.25%-
HSV(B)259.88º91.43%68.63%-
XYZ10.294.6740.92-
YUV49.09199.06141.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.36%
GREEN value IS 15 (6.25% from 255) = 5.81%
BLUE value IS 175 (68.75% from 255) = 67.83%
R=26.36%
G=5.81%
B=67.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68151750.610.9100.31259.8884.2137.25
Hex44FAF3D5B01F1045425
Octal104172577513303740412445
Binary100010011111010111111110110110110111111000001001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,15,175); }

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

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

 a { background-color: rgb(68,15,175); }

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

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

 span { border-color: rgb(68,15,175); }

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