#440AC7

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

Shades of Purple Heart #440AC7

Tints of Purple Heart #440AC7

Color information

#440AC7 (or 0x440AC7) is unknown color: approx Purple Heart. HEX triplet: 44, 0A and C7. RGB value is (68,10,199). Sum of RGB (Red+Green+Blue) = 68+10+199=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 199 (78.12% from 255 or 71.84% from 277); Max value from RGB is 199 - color contains mainly: blue. Hex color #440AC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440AC7 is #BBF538. Grayscale: #303030. Windows color (decimal): -12318009 or 13044292. OLE color: 13044292.

HSL color Cylindrical-coordinate representation of color #440AC7: hue angle of 258.41º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440AC7 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6810199-
CMYK0.660.9500.22
HSL258.41º90.43%40.98%-
HSV(B)258.41º94.97%78.04%-
XYZ12.85.5754.43-
YUV48.89212.72141.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 10 (4.30% from 255) = 3.61%
BLUE value IS 199 (78.12% from 255) = 71.84%
R=24.55%
G=3.61%
B=71.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal68101990.660.9500.22258.4190.4340.98
Hex44AC7425F0161025a29
Octal1041230710213702640213251
Binary1000100101011000111100001010111110101101000000101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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