#441050

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

Shades of Hot Purple #441050

Tints of Hot Purple #441050

Color information

#441050 (or 0x441050) is unknown color: approx Hot Purple. HEX triplet: 44, 10 and 50. RGB value is (68,16,80). Sum of RGB (Red+Green+Blue) = 68+16+80=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #441050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441050 is #BBEFAF. Grayscale: #262626. Windows color (decimal): -12316592 or 5247044. OLE color: 5247044.

HSL color Cylindrical-coordinate representation of color #441050: hue angle of 288.75º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #441050 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB681680-
CMYK0.150.8000.69
HSL288.75º66.67%18.82%-
HSV(B)288.75º80%31.37%-
XYZ4.022.187.8-
YUV38.84151.23148.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.46%
GREEN value IS 16 (6.64% from 255) = 9.76%
BLUE value IS 80 (31.64% from 255) = 48.78%
R=41.46%
G=9.76%
B=48.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6816800.150.8000.69288.7566.6718.82
Hex441050F500451214313
Octal1042012017120010544110323
Binary10001001000010100001111101000001000101100100001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441050; }

 p { color: rgb(68,16,80); }

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

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

 a { background-color: rgb(68,16,80); }

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

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

 span { border-color: rgb(68,16,80); }

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