Html Css Color HEX #442048 Hot Purple

📋 copy color: '#442048'

red 68 ◦ green 32 ◦ blue 72

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

Shades of Hot Purple #442048

Tints of Hot Purple #442048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.86%

R = 39.53%
G = 18.6%
B = 41.86%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#442048 (or 0x442048) is known color: Hot Purple. HEX triplet: 44, 20 and 48. RGB value is (68,32,72). Sum of RGB (Red+Green+Blue) = 68+32+72=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #442048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442048 is #BBDFB7. Grayscale: #2F2F2F. Windows color (decimal): -12312504 or 4726852. OLE color: 4726852.

HSL color Cylindrical-coordinate representation of color #442048: hue angle of 294º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #442048 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 32 72 -
CMYK 0.06 0.56 0 0.72
HSL 294º 0.38% 0.2% -
HSV(B) 294º 0.56% 0.28% -
XYZ 4.07 2.73 6.44 -
YUV 47.32 141.93 142.75 -
System Red Green Blue C M Y K H S L
Decimal 68 32 72 0.06 0.56 0 0.72 294 0.38 0.2
Hex 44 20 48 6 38 0 48 126 26 14
Octal 104 40 110 6 70 0 110 446 46 24
Binary 1000100 100000 1001000 110 111000 0 1001000 100100110 100110 10100

Color Harmonies of #442048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442048

Black with #442048

Text Example


Text Example

White with #442048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442048; }

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

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

background-color css

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

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

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

border-color css

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

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

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