Html Css Color HEX #442449 Hot Purple

📋 copy color: '#442449'

red 68 ◦ green 36 ◦ blue 73

#442449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #442449

Tints of Hot Purple #442449

RGB

 RED value IS 68 (26.95% from 255) = 38.42%

 GREEN value IS 36 (14.45% from 255) = 20.34%

 BLUE value IS 73 (28.91% from 255) = 41.24%

R = 38.42%
G = 20.34%
B = 41.24%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#442449 (or 0x442449) is known color: Hot Purple. HEX triplet: 44, 24 and 49. RGB value is (68,36,73). Sum of RGB (Red+Green+Blue) = 68+36+73=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #442449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442449 is #BBDBB6. Grayscale: #313131. Windows color (decimal): -12311479 or 4793412. OLE color: 4793412.

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

Color convert

RGB 68 36 73 -
CMYK 0.07 0.51 0 0.71
HSL 291.89º 0.34% 0.21% -
HSV(B) 291.89º 0.51% 0.29% -
XYZ 4.22 2.97 6.65 -
YUV 49.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 68 36 73 0.07 0.51 0 0.71 291.89 0.34 0.21
Hex 44 24 49 7 33 0 47 124 22 15
Octal 104 44 111 7 63 0 107 444 42 25
Binary 1000100 100100 1001001 111 110011 0 1000111 100100100 100010 10101

Color Harmonies of #442449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442449

Black with #442449

Text Example


Text Example

White with #442449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442449; }

 p { color: rgb(68,36,73); }

 H1.HeaderClassName
 {
   color: #442449;
 }
 .AnyTagClassName
 {
   color: #442449;
 }
</style>

background-color css

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

 a { background-color: rgb(68,36,73); }

 div.DivClassName
 {
   background-color: #442449;
 }
 .BgClassName
 {
   background-color: #442449;
 }
</style>

border-color css

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

 span { border-color: rgb(68,36,73); }

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