#442248

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

Shades of Hot Purple #442248

Tints of Hot Purple #442248

Color information

#442248 (or 0x442248) is unknown color: approx Hot Purple. HEX triplet: 44, 22 and 48. RGB value is (68,34,72). Sum of RGB (Red+Green+Blue) = 68+34+72=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #442248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442248 is #BBDDB7. Grayscale: #303030. Windows color (decimal): -12311992 or 4727364. OLE color: 4727364.

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

Color convert

RGB683472-
CMYK0.060.5300.72
HSL293.68º35.85%20.78%-
HSV(B)293.68º52.78%28.24%-
XYZ4.132.846.46-
YUV48.5141.26141.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.08%
GREEN value IS 34 (13.67% from 255) = 19.54%
BLUE value IS 72 (28.52% from 255) = 41.38%
R=39.08%
G=19.54%
B=41.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6834720.060.5300.72293.6835.8520.78
Hex4422486350481262415
Octal1044211066501104464425
Binary100010010001010010001101101010100100010010011010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442248; }

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

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

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

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

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

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

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

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