#44214D

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

Shades of Hot Purple #44214D

Tints of Hot Purple #44214D

Color information

#44214D (or 0x44214D) is unknown color: approx Hot Purple. HEX triplet: 44, 21 and 4D. RGB value is (68,33,77). Sum of RGB (Red+Green+Blue) = 68+33+77=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #44214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44214D is #BBDEB2. Grayscale: #303030. Windows color (decimal): -12312243 or 5054788. OLE color: 5054788.

HSL color Cylindrical-coordinate representation of color #44214D: hue angle of 287.73º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44214D is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB683377-
CMYK0.120.5700.70
HSL287.73º40%21.57%-
HSV(B)287.73º57.14%30.2%-
XYZ4.272.857.35-
YUV48.48144.1141.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.20%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 77 (30.47% from 255) = 43.26%
R=38.20%
G=18.54%
B=43.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6833770.120.5700.70287.734021.57
Hex44214DC390461202816
Octal10441115147101064405026
Binary1000100100001100110111001110010100011010010000010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44214D; }

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

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

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

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

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

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

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

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