#441D4D

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

Shades of Hot Purple #441D4D

Tints of Hot Purple #441D4D

Color information

#441D4D (or 0x441D4D) is unknown color: approx Hot Purple. HEX triplet: 44, 1D and 4D. RGB value is (68,29,77). Sum of RGB (Red+Green+Blue) = 68+29+77=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #441D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441D4D is #BBE2B2. Grayscale: #2D2D2D. Windows color (decimal): -12313267 or 5053764. OLE color: 5053764.

HSL color Cylindrical-coordinate representation of color #441D4D: hue angle of 288.75º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441D4D is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB682977-
CMYK0.120.6200.70
HSL288.75º45.28%20.78%-
HSV(B)288.75º62.34%30.2%-
XYZ4.162.647.31-
YUV46.13145.42143.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.08%
GREEN value IS 29 (11.72% from 255) = 16.67%
BLUE value IS 77 (30.47% from 255) = 44.25%
R=39.08%
G=16.67%
B=44.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6829770.120.6200.70288.7545.2820.78
Hex441D4DC3E0461212d15
Octal10435115147601064415525
Binary100010011101100110111001111100100011010010000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441D4D; }

 p { color: rgb(68,29,77); }

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

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

 a { background-color: rgb(68,29,77); }

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

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

 span { border-color: rgb(68,29,77); }

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