#44304A

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

Shades of Hot Purple #44304A

Tints of Hot Purple #44304A

Color information

#44304A (or 0x44304A) is unknown color: approx Hot Purple. HEX triplet: 44, 30 and 4A. RGB value is (68,48,74). Sum of RGB (Red+Green+Blue) = 68+48+74=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 74 - color contains mainly: blue. Hex color #44304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44304A is #BBCFB5. Grayscale: #383838. Windows color (decimal): -12308406 or 4862020. OLE color: 4862020.

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

Color convert

RGB684874-
CMYK0.080.3500.71
HSL286.15º21.31%23.92%-
HSV(B)286.15º35.14%29.02%-
XYZ4.683.846.97-
YUV56.94137.63135.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=35.79%
G=25.26%
B=38.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6848740.080.3500.71286.1521.3123.92
Hex44304A82304711e1518
Octal10460112104301074362530
Binary100010011000010010101000100011010001111000111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44304A; }

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

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

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

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

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

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

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

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