#44254B

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

Shades of Hot Purple #44254B

Tints of Hot Purple #44254B

Color information

#44254B (or 0x44254B) is unknown color: approx Hot Purple. HEX triplet: 44, 25 and 4B. RGB value is (68,37,75). Sum of RGB (Red+Green+Blue) = 68+37+75=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #44254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44254B is #BBDAB4. Grayscale: #323232. Windows color (decimal): -12311221 or 4924740. OLE color: 4924740.

HSL color Cylindrical-coordinate representation of color #44254B: hue angle of 288.95º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44254B is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB683775-
CMYK0.090.5100.71
HSL288.95º33.93%21.96%-
HSV(B)288.95º50.67%29.41%-
XYZ4.323.067.02-
YUV50.6141.77140.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.78%
GREEN value IS 37 (14.84% from 255) = 20.56%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=37.78%
G=20.56%
B=41.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6837750.090.5100.71288.9533.9321.96
Hex44254B9330471212216
Octal10445113116301074414226
Binary1000100100101100101110011100110100011110010000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44254B; }

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

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

<style>
 a { background-color: #44254B; }

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

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

<style>
 span { border-color: #44254B; }

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

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