Html Css Color HEX #442049 Hot Purple

📋 copy color: '#442049'

red 68 ◦ green 32 ◦ blue 73

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

Shades of Hot Purple #442049

Tints of Hot Purple #442049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.5%

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

R = 39.31%
G = 18.5%
B = 42.2%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#442049 (or 0x442049) is known color: Hot Purple. HEX triplet: 44, 20 and 49. RGB value is (68,32,73). Sum of RGB (Red+Green+Blue) = 68+32+73=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #442049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442049 is #BBDFB6. Grayscale: #2F2F2F. Windows color (decimal): -12312503 or 4792388. OLE color: 4792388.

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

Color convert

RGB 68 32 73 -
CMYK 0.07 0.56 0 0.71
HSL 292.68º 0.39% 0.21% -
HSV(B) 292.68º 0.56% 0.29% -
XYZ 4.1 2.74 6.62 -
YUV 47.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 68 32 73 0.07 0.56 0 0.71 292.68 0.39 0.21
Hex 44 20 49 7 38 0 47 125 27 15
Octal 104 40 111 7 70 0 107 445 47 25
Binary 1000100 100000 1001001 111 111000 0 1000111 100100101 100111 10101

Color Harmonies of #442049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442049

Black with #442049

Text Example


Text Example

White with #442049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442049; }

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

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

background-color css

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

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

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

border-color css

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

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

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