Html Css Color HEX #441848 Hot Purple

📋 copy color: '#441848'

red 68 ◦ green 24 ◦ blue 72

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

Shades of Hot Purple #441848

Tints of Hot Purple #441848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.63%

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

R = 41.46%
G = 14.63%
B = 43.9%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#441848 (or 0x441848) is known color: Hot Purple. HEX triplet: 44, 18 and 48. RGB value is (68,24,72). Sum of RGB (Red+Green+Blue) = 68+24+72=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #441848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441848 is #BBE7B7. Grayscale: #2A2A2A. Windows color (decimal): -12314552 or 4724804. OLE color: 4724804.

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

Color convert

RGB 68 24 72 -
CMYK 0.06 0.67 0 0.72
HSL 295º 0.5% 0.19% -
HSV(B) 295º 0.67% 0.28% -
XYZ 3.88 2.35 6.38 -
YUV 42.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 68 24 72 0.06 0.67 0 0.72 295 0.5 0.19
Hex 44 18 48 6 43 0 48 127 32 13
Octal 104 30 110 6 103 0 110 447 62 23
Binary 1000100 11000 1001000 110 1000011 0 1001000 100100111 110010 10011

Color Harmonies of #441848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441848

Black with #441848

Text Example


Text Example

White with #441848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441848; }

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

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

background-color css

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

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

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

border-color css

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

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

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