Html Css Color HEX #441749 Hot Purple

📋 copy color: '#441749'

red 68 ◦ green 23 ◦ blue 73

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

Shades of Hot Purple #441749

Tints of Hot Purple #441749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.02%

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

R = 41.46%
G = 14.02%
B = 44.51%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#441749 (or 0x441749) is known color: Hot Purple. HEX triplet: 44, 17 and 49. RGB value is (68,23,73). Sum of RGB (Red+Green+Blue) = 68+23+73=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #441749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441749 is #BBE8B6. Grayscale: #2A2A2A. Windows color (decimal): -12314807 or 4790084. OLE color: 4790084.

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

Color convert

RGB 68 23 73 -
CMYK 0.07 0.68 0 0.71
HSL 294º 0.52% 0.19% -
HSV(B) 294º 0.68% 0.29% -
XYZ 3.89 2.32 6.55 -
YUV 42.16 145.41 146.43 -
System Red Green Blue C M Y K H S L
Decimal 68 23 73 0.07 0.68 0 0.71 294 0.52 0.19
Hex 44 17 49 7 44 0 47 126 34 13
Octal 104 27 111 7 104 0 107 446 64 23
Binary 1000100 10111 1001001 111 1000100 0 1000111 100100110 110100 10011

Color Harmonies of #441749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441749

Black with #441749

Text Example


Text Example

White with #441749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441749; }

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

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

background-color css

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

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

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

border-color css

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

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

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