#441A4B

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

Shades of Hot Purple #441A4B

Tints of Hot Purple #441A4B

Color information

#441A4B (or 0x441A4B) is unknown color: approx Hot Purple. HEX triplet: 44, 1A and 4B. RGB value is (68,26,75). Sum of RGB (Red+Green+Blue) = 68+26+75=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #441A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A4B is #BBE5B4. Grayscale: #2B2B2B. Windows color (decimal): -12314037 or 4921924. OLE color: 4921924.

HSL color Cylindrical-coordinate representation of color #441A4B: hue angle of 291.43º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #441A4B is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB682675-
CMYK0.090.6500.71
HSL291.43º48.51%19.8%-
HSV(B)291.43º65.33%29.41%-
XYZ4.022.486.92-
YUV44.14145.41145.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.24%
GREEN value IS 26 (10.55% from 255) = 15.38%
BLUE value IS 75 (29.69% from 255) = 44.38%
R=40.24%
G=15.38%
B=44.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6826750.090.6500.71291.4348.5119.8
Hex441A4B9410471233114
Octal104321131110101074436124
Binary1000100110101001011100110000010100011110010001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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