Html Css Color HEX #441C49 Hot Purple

📋 copy color: '#441C49'

red 68 ◦ green 28 ◦ blue 73

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

Shades of Hot Purple #441C49

Tints of Hot Purple #441C49

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.57%

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

R = 40.24%
G = 16.57%
B = 43.2%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#441C49 (or 0x441C49) is known color: Hot Purple. HEX triplet: 44, 1C and 49. RGB value is (68,28,73). Sum of RGB (Red+Green+Blue) = 68+28+73=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 73 - color contains mainly: blue. Hex color #441C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C49 is #BBE3B6. Grayscale: #2C2C2C. Windows color (decimal): -12313527 or 4791364. OLE color: 4791364.

HSL color Cylindrical-coordinate representation of color #441C49: hue angle of 293.33º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441C49 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 28 73 -
CMYK 0.07 0.62 0 0.71
HSL 293.33º 0.45% 0.2% -
HSV(B) 293.33º 0.62% 0.29% -
XYZ 4 2.54 6.58 -
YUV 45.09 143.75 144.34 -
System Red Green Blue C M Y K H S L
Decimal 68 28 73 0.07 0.62 0 0.71 293.33 0.45 0.2
Hex 44 1C 49 7 3E 0 47 125 2D 14
Octal 104 34 111 7 76 0 107 445 55 24
Binary 1000100 11100 1001001 111 111110 0 1000111 100100101 101101 10100

Color Harmonies of #441C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C49

Black with #441C49

Text Example


Text Example

White with #441C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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