#441F4A

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

Shades of Hot Purple #441F4A

Tints of Hot Purple #441F4A

Color information

#441F4A (or 0x441F4A) is unknown color: approx Hot Purple. HEX triplet: 44, 1F and 4A. RGB value is (68,31,74). Sum of RGB (Red+Green+Blue) = 68+31+74=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: blue. Hex color #441F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441F4A is #BBE0B5. Grayscale: #2E2E2E. Windows color (decimal): -12312758 or 4857668. OLE color: 4857668.

HSL color Cylindrical-coordinate representation of color #441F4A: hue angle of 291.63º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #441F4A is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB683174-
CMYK0.080.5800.71
HSL291.63º40.95%20.59%-
HSV(B)291.63º58.11%29.02%-
XYZ4.112.76.78-
YUV46.96143.26143-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.31%
GREEN value IS 31 (12.5% from 255) = 17.92%
BLUE value IS 74 (29.30% from 255) = 42.77%
R=39.31%
G=17.92%
B=42.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6831740.080.5800.71291.6340.9520.59
Hex441F4A83A0471242915
Octal10437112107201074445125
Binary100010011111100101010001110100100011110010010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,31,74); }

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

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

 a { background-color: rgb(68,31,74); }

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

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

 span { border-color: rgb(68,31,74); }

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