Html Css Color HEX #442148 Hot Purple

📋 copy color: '#442148'

red 68 ◦ green 33 ◦ blue 72

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

Shades of Hot Purple #442148

Tints of Hot Purple #442148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.08%

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

R = 39.31%
G = 19.08%
B = 41.62%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#442148 (or 0x442148) is known color: Hot Purple. HEX triplet: 44, 21 and 48. RGB value is (68,33,72). Sum of RGB (Red+Green+Blue) = 68+33+72=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #442148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442148 is #BBDEB7. Grayscale: #2F2F2F. Windows color (decimal): -12312248 or 4727108. OLE color: 4727108.

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

Color convert

RGB 68 33 72 -
CMYK 0.06 0.54 0 0.72
HSL 293.85º 0.37% 0.21% -
HSV(B) 293.85º 0.54% 0.28% -
XYZ 4.1 2.78 6.45 -
YUV 47.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 68 33 72 0.06 0.54 0 0.72 293.85 0.37 0.21
Hex 44 21 48 6 36 0 48 126 25 15
Octal 104 41 110 6 66 0 110 446 45 25
Binary 1000100 100001 1001000 110 110110 0 1001000 100100110 100101 10101

Color Harmonies of #442148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442148

Black with #442148

Text Example


Text Example

White with #442148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442148; }

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

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

background-color css

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

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

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

border-color css

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

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

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