#442FC0

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

Shades of Purple Heart #442FC0

Tints of Purple Heart #442FC0

Color information

#442FC0 (or 0x442FC0) is unknown color: approx Purple Heart. HEX triplet: 44, 2F and C0. RGB value is (68,47,192). Sum of RGB (Red+Green+Blue) = 68+47+192=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #442FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442FC0 is #BBD03F. Grayscale: #454545. Windows color (decimal): -12308544 or 12595012. OLE color: 12595012.

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

Color convert

RGB6847192-
CMYK0.650.7600.25
HSL248.69º60.67%46.86%-
HSV(B)248.69º75.52%75.29%-
XYZ12.917.0750.55-
YUV69.81196.96126.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.15%
GREEN value IS 47 (18.75% from 255) = 15.31%
BLUE value IS 192 (75.39% from 255) = 62.54%
R=22.15%
G=15.31%
B=62.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal68471920.650.7600.25248.6960.6746.86
Hex442FC0414C019f93d2f
Octal104573001011140313717557
Binary1000100101111110000001000001100110001100111111001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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