#442C4A

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

Shades of Hot Purple #442C4A

Tints of Hot Purple #442C4A

Color information

#442C4A (or 0x442C4A) is unknown color: approx Hot Purple. HEX triplet: 44, 2C and 4A. RGB value is (68,44,74). Sum of RGB (Red+Green+Blue) = 68+44+74=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 74 - color contains mainly: blue. Hex color #442C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C4A is #BBD3B5. Grayscale: #363636. Windows color (decimal): -12309430 or 4860996. OLE color: 4860996.

HSL color Cylindrical-coordinate representation of color #442C4A: hue angle of 288º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #442C4A is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB684474-
CMYK0.080.4100.71
HSL288º25.42%23.14%-
HSV(B)288º40.54%29.02%-
XYZ4.523.526.92-
YUV54.6138.95137.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.56%
GREEN value IS 44 (17.58% from 255) = 23.66%
BLUE value IS 74 (29.30% from 255) = 39.78%
R=36.56%
G=23.66%
B=39.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6844740.080.4100.7128825.4223.14
Hex442C4A8290471201917
Octal10454112105101074403127
Binary100010010110010010101000101001010001111001000001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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