#442546

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

Shades of Hot Purple #442546

Tints of Hot Purple #442546

Color information

#442546 (or 0x442546) is unknown color: approx Hot Purple. HEX triplet: 44, 25 and 46. RGB value is (68,37,70). Sum of RGB (Red+Green+Blue) = 68+37+70=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 70 - color contains mainly: blue. Hex color #442546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442546 is #BBDAB9. Grayscale: #313131. Windows color (decimal): -12311226 or 4597060. OLE color: 4597060.

HSL color Cylindrical-coordinate representation of color #442546: hue angle of 296.36º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #442546 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB683770-
CMYK0.030.4700.73
HSL296.36º30.84%20.98%-
HSV(B)296.36º47.14%27.45%-
XYZ4.152.996.15-
YUV50.03139.27140.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.86%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 70 (27.73% from 255) = 40%
R=38.86%
G=21.14%
B=40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6837700.030.4700.73296.3630.8420.98
Hex44254632F0491281f15
Octal1044510635701114503725
Binary1000100100101100011011101111010010011001010001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442546; }

 p { color: rgb(68,37,70); }

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

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

 a { background-color: rgb(68,37,70); }

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

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

 span { border-color: rgb(68,37,70); }

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