#442647

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

Shades of Hot Purple #442647

Tints of Hot Purple #442647

Color information

#442647 (or 0x442647) is unknown color: approx Hot Purple. HEX triplet: 44, 26 and 47. RGB value is (68,38,71). Sum of RGB (Red+Green+Blue) = 68+38+71=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 71 - color contains mainly: blue. Hex color #442647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442647 is #BBD9B8. Grayscale: #323232. Windows color (decimal): -12310969 or 4662852. OLE color: 4662852.

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

Color convert

RGB683871-
CMYK0.040.4600.72
HSL294.55º30.28%21.37%-
HSV(B)294.55º46.48%27.84%-
XYZ4.213.076.33-
YUV50.73139.44140.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.42%
GREEN value IS 38 (15.23% from 255) = 21.47%
BLUE value IS 71 (28.12% from 255) = 40.11%
R=38.42%
G=21.47%
B=40.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6838710.040.4600.72294.5530.2821.37
Hex44264742E0481271e15
Octal1044610745601104473625
Binary10001001001101000111100101110010010001001001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442647; }

 p { color: rgb(68,38,71); }

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

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

 a { background-color: rgb(68,38,71); }

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

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

 span { border-color: rgb(68,38,71); }

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