#441AC8

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

Shades of Purple Heart #441AC8

Tints of Purple Heart #441AC8

Color information

#441AC8 (or 0x441AC8) is unknown color: approx Purple Heart. HEX triplet: 44, 1A and C8. RGB value is (68,26,200). Sum of RGB (Red+Green+Blue) = 68+26+200=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 200 (78.52% from 255 or 68.03% from 294); Max value from RGB is 200 - color contains mainly: blue. Hex color #441AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441AC8 is #BBE537. Grayscale: #393939. Windows color (decimal): -12313912 or 13113924. OLE color: 13113924.

HSL color Cylindrical-coordinate representation of color #441AC8: hue angle of 254.48º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441AC8 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6826200-
CMYK0.660.8700.22
HSL254.48º76.99%44.31%-
HSV(B)254.48º87%78.43%-
XYZ13.186.1455.13-
YUV58.39207.91134.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 26 (10.55% from 255) = 8.84%
BLUE value IS 200 (78.52% from 255) = 68.03%
R=23.13%
G=8.84%
B=68.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal68262000.660.8700.22254.4876.9944.31
Hex441AC84257016fe4d2c
Octal1043231010212702637611554
Binary1000100110101100100010000101010111010110111111101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441AC8; }

 p { color: rgb(68,26,200); }

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

<style>
 a { background-color: #441AC8; }

 a { background-color: rgb(68,26,200); }

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

<style>
 span { border-color: #441AC8; }

 span { border-color: rgb(68,26,200); }

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