#442ac8

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

Shades of Purple Heart #442AC8

Tints of Purple Heart #442AC8

Color information

#442AC8 (or 0x442AC8) is unknown color: approx Purple Heart. HEX triplet: 44, 2A and C8. RGB value is (68,42,200). Sum of RGB (Red+Green+Blue) = 68+42+200=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 200 (78.52% from 255 or 64.52% from 310); Max value from RGB is 200 - color contains mainly: blue. Hex color #442AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442AC8 is #BBD537. Grayscale: #434343. Windows color (decimal): -12309816 or 13118020. OLE color: 13118020.

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

Color convert

RGB6842200-
CMYK0.660.7900.22
HSL249.87º65.29%47.45%-
HSV(B)249.87º79%78.43%-
XYZ13.647.0655.29-
YUV67.79202.61128.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 42 (16.80% from 255) = 13.55%
BLUE value IS 200 (78.52% from 255) = 64.52%
R=21.94%
G=13.55%
B=64.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal68422000.660.7900.22249.8765.2947.45
Hex442AC8424F016fa412f
Octal1045231010211702637210157
Binary10001001010101100100010000101001111010110111110101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442ac8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442ac8; }

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

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

<style>
 a { background-color: #442ac8; }

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

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

<style>
 span { border-color: #442ac8; }

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

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