Html Css Color HEX #442848 Hot Purple

📋 copy color: '#442848'

red 68 ◦ green 40 ◦ blue 72

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

Shades of Hot Purple #442848

Tints of Hot Purple #442848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.22%

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

R = 37.78%
G = 22.22%
B = 40%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#442848 (or 0x442848) is known color: Hot Purple. HEX triplet: 44, 28 and 48. RGB value is (68,40,72). Sum of RGB (Red+Green+Blue) = 68+40+72=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #442848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442848 is #BBD7B7. Grayscale: #333333. Windows color (decimal): -12310456 or 4728900. OLE color: 4728900.

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

Color convert

RGB 68 40 72 -
CMYK 0.06 0.44 0 0.72
HSL 292.5º 0.29% 0.22% -
HSV(B) 292.5º 0.44% 0.28% -
XYZ 4.31 3.21 6.52 -
YUV 52.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 68 40 72 0.06 0.44 0 0.72 292.5 0.29 0.22
Hex 44 28 48 6 2C 0 48 124 1D 16
Octal 104 50 110 6 54 0 110 444 35 26
Binary 1000100 101000 1001000 110 101100 0 1001000 100100100 11101 10110

Color Harmonies of #442848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442848

Black with #442848

Text Example


Text Example

White with #442848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442848; }

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

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

background-color css

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

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

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

border-color css

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

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

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