#442348

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

Shades of Hot Purple #442348

Tints of Hot Purple #442348

Color information

#442348 (or 0x442348) is unknown color: approx Hot Purple. HEX triplet: 44, 23 and 48. RGB value is (68,35,72). Sum of RGB (Red+Green+Blue) = 68+35+72=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #442348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442348 is #BBDCB7. Grayscale: #303030. Windows color (decimal): -12311736 or 4727620. OLE color: 4727620.

HSL color Cylindrical-coordinate representation of color #442348: hue angle of 293.51º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #442348 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB683572-
CMYK0.060.5100.72
HSL293.51º34.58%20.98%-
HSV(B)293.51º51.39%28.24%-
XYZ4.152.96.47-
YUV49.08140.93141.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.86%
GREEN value IS 35 (14.06% from 255) = 20%
BLUE value IS 72 (28.52% from 255) = 41.14%
R=38.86%
G=20%
B=41.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6835720.060.5100.72293.5134.5820.98
Hex4423486330481262315
Octal1044311066301104464325
Binary100010010001110010001101100110100100010010011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442348; }

 p { color: rgb(68,35,72); }

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

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

 a { background-color: rgb(68,35,72); }

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

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

 span { border-color: rgb(68,35,72); }

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