#442B4B

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

Shades of Hot Purple #442B4B

Tints of Hot Purple #442B4B

Color information

#442B4B (or 0x442B4B) is unknown color: approx Hot Purple. HEX triplet: 44, 2B and 4B. RGB value is (68,43,75). Sum of RGB (Red+Green+Blue) = 68+43+75=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #442B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B4B is #BBD4B4. Grayscale: #363636. Windows color (decimal): -12309685 or 4926276. OLE color: 4926276.

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

Color convert

RGB684375-
CMYK0.090.4300.71
HSL286.88º27.12%23.14%-
HSV(B)286.88º42.67%29.41%-
XYZ4.523.467.09-
YUV54.12139.78137.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.56%
GREEN value IS 43 (17.19% from 255) = 23.12%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=36.56%
G=23.12%
B=40.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6843750.090.4300.71286.8827.1223.14
Hex442B4B92B04711f1b17
Octal10453113115301074373327
Binary100010010101110010111001101011010001111000111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,43,75); }

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

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

 a { background-color: rgb(68,43,75); }

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

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

 span { border-color: rgb(68,43,75); }

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