#440ECC

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

Shades of Purple Heart #440ECC

Tints of Purple Heart #440ECC

Color information

#440ECC (or 0x440ECC) is unknown color: approx Purple Heart. HEX triplet: 44, 0E and CC. RGB value is (68,14,204). Sum of RGB (Red+Green+Blue) = 68+14+204=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #440ECC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440ECC is #BBF133. Grayscale: #333333. Windows color (decimal): -12316980 or 13372996. OLE color: 13372996.

HSL color Cylindrical-coordinate representation of color #440ECC: hue angle of 257.05º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440ECC is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6814204-
CMYK0.670.9300.2
HSL257.05º87.16%42.75%-
HSV(B)257.05º93.14%80%-
XYZ13.445.957.56-
YUV51.81213.89139.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 14 (5.86% from 255) = 4.90%
BLUE value IS 204 (80.08% from 255) = 71.33%
R=23.78%
G=4.90%
B=71.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal68142040.670.9300.2257.0587.1642.75
Hex44ECC435D014101572b
Octal1041631410313502440112753
Binary1000100111011001100100001110111010101001000000011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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