Html Css Color HEX #442E47 Hot Purple

📋 copy color: '#442E47'

red 68 ◦ green 46 ◦ blue 71

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

Shades of Hot Purple #442E47

Tints of Hot Purple #442E47

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.86%

 BLUE value IS 71 (28.13% from 255) = 38.38%

R = 36.76%
G = 24.86%
B = 38.38%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#442E47 (or 0x442E47) is known color: Hot Purple. HEX triplet: 44, 2E and 47. RGB value is (68,46,71). Sum of RGB (Red+Green+Blue) = 68+46+71=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 71 - color contains mainly: blue. Hex color #442E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E47 is #BBD1B8. Grayscale: #373737. Windows color (decimal): -12308921 or 4664900. OLE color: 4664900.

HSL color Cylindrical-coordinate representation of color #442E47: hue angle of 292.8º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #442E47 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 46 71 -
CMYK 0.04 0.35 0 0.72
HSL 292.8º 0.21% 0.23% -
HSV(B) 292.8º 0.35% 0.28% -
XYZ 4.5 3.64 6.43 -
YUV 55.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 68 46 71 0.04 0.35 0 0.72 292.8 0.21 0.23
Hex 44 2E 47 4 23 0 48 125 15 17
Octal 104 56 107 4 43 0 110 445 25 27
Binary 1000100 101110 1000111 100 100011 0 1001000 100100101 10101 10111

Color Harmonies of #442E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E47

Black with #442E47

Text Example


Text Example

White with #442E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442E47; }

 p { color: rgb(68,46,71); }

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

background-color css

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

 a { background-color: rgb(68,46,71); }

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

border-color css

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

 span { border-color: rgb(68,46,71); }

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