Html Css Color HEX #442247 Hot Purple

📋 copy color: '#442247'

red 68 ◦ green 34 ◦ blue 71

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

Shades of Hot Purple #442247

Tints of Hot Purple #442247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.65%

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

R = 39.31%
G = 19.65%
B = 41.04%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#442247 (or 0x442247) is known color: Hot Purple. HEX triplet: 44, 22 and 47. RGB value is (68,34,71). Sum of RGB (Red+Green+Blue) = 68+34+71=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: blue. Hex color #442247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442247 is #BBDDB8. Grayscale: #303030. Windows color (decimal): -12311993 or 4661828. OLE color: 4661828.

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

Color convert

RGB 68 34 71 -
CMYK 0.04 0.52 0 0.72
HSL 295.14º 0.35% 0.21% -
HSV(B) 295.14º 0.52% 0.28% -
XYZ 4.09 2.83 6.29 -
YUV 48.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 68 34 71 0.04 0.52 0 0.72 295.14 0.35 0.21
Hex 44 22 47 4 34 0 48 127 23 15
Octal 104 42 107 4 64 0 110 447 43 25
Binary 1000100 100010 1000111 100 110100 0 1001000 100100111 100011 10101

Color Harmonies of #442247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442247

Black with #442247

Text Example


Text Example

White with #442247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442247; }

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

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

background-color css

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

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

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

border-color css

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

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

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