#440EAD

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

Shades of Purple Heart #440EAD

Tints of Purple Heart #440EAD

Color information

#440EAD (or 0x440EAD) is unknown color: approx Purple Heart. HEX triplet: 44, 0E and AD. RGB value is (68,14,173). Sum of RGB (Red+Green+Blue) = 68+14+173=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #440EAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440EAD is #BBF152. Grayscale: #2F2F2F. Windows color (decimal): -12317011 or 11341380. OLE color: 11341380.

HSL color Cylindrical-coordinate representation of color #440EAD: hue angle of 260.38º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440EAD is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6814173-
CMYK0.610.9200.32
HSL260.38º85.03%36.67%-
HSV(B)260.38º91.91%67.84%-
XYZ10.084.5639.88-
YUV48.27198.39142.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.67%
GREEN value IS 14 (5.86% from 255) = 5.49%
BLUE value IS 173 (67.97% from 255) = 67.84%
R=26.67%
G=5.49%
B=67.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal68141730.610.9200.32260.3885.0336.67
Hex44EAD3D5C0201045525
Octal104162557513404040412545
Binary1000100111010101101111101101110001000001000001001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,14,173); }

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

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

 a { background-color: rgb(68,14,173); }

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

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

 span { border-color: rgb(68,14,173); }

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