#440AC2

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

Shades of Purple Heart #440AC2

Tints of Purple Heart #440AC2

Color information

#440AC2 (or 0x440AC2) is unknown color: approx Purple Heart. HEX triplet: 44, 0A and C2. RGB value is (68,10,194). Sum of RGB (Red+Green+Blue) = 68+10+194=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 194 (76.17% from 255 or 71.32% from 272); Max value from RGB is 194 - color contains mainly: blue. Hex color #440AC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440AC2 is #BBF53D. Grayscale: #2F2F2F. Windows color (decimal): -12318014 or 12716612. OLE color: 12716612.

HSL color Cylindrical-coordinate representation of color #440AC2: hue angle of 258.91º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440AC2 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6810194-
CMYK0.650.9500.24
HSL258.91º90.2%40%-
HSV(B)258.91º94.85%76.08%-
XYZ12.235.3451.43-
YUV48.32210.22142.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 10 (4.30% from 255) = 3.68%
BLUE value IS 194 (76.17% from 255) = 71.32%
R=25%
G=3.68%
B=71.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68101940.650.9500.24258.9190.240
Hex44AC2415F0181035a28
Octal1041230210113703040313250
Binary1000100101011000010100000110111110110001000000111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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