#442CC0

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

Shades of Purple Heart #442CC0

Tints of Purple Heart #442CC0

Color information

#442CC0 (or 0x442CC0) is unknown color: approx Purple Heart. HEX triplet: 44, 2C and C0. RGB value is (68,44,192). Sum of RGB (Red+Green+Blue) = 68+44+192=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 192 (75.39% from 255 or 63.16% from 304); Max value from RGB is 192 - color contains mainly: blue. Hex color #442CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442CC0 is #BBD33F. Grayscale: #434343. Windows color (decimal): -12309312 or 12594244. OLE color: 12594244.

HSL color Cylindrical-coordinate representation of color #442CC0: hue angle of 249.73º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #442CC0 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6844192-
CMYK0.650.7700.25
HSL249.73º62.71%46.27%-
HSV(B)249.73º77.08%75.29%-
XYZ12.86.8450.51-
YUV68.05197.95127.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 44 (17.58% from 255) = 14.47%
BLUE value IS 192 (75.39% from 255) = 63.16%
R=22.37%
G=14.47%
B=63.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68441920.650.7700.25249.7362.7146.27
Hex442CC0414D019fa3f2e
Octal104543001011150313727756
Binary1000100101100110000001000001100110101100111111010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,44,192); }

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

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

 a { background-color: rgb(68,44,192); }

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

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

 span { border-color: rgb(68,44,192); }

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