Html Css Color HEX #442948 Hot Purple

📋 copy color: '#442948'

red 68 ◦ green 41 ◦ blue 72

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

Shades of Hot Purple #442948

Tints of Hot Purple #442948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.65%

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

R = 37.57%
G = 22.65%
B = 39.78%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#442948 (or 0x442948) is known color: Hot Purple. HEX triplet: 44, 29 and 48. RGB value is (68,41,72). Sum of RGB (Red+Green+Blue) = 68+41+72=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #442948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442948 is #BBD6B7. Grayscale: #343434. Windows color (decimal): -12310200 or 4729156. OLE color: 4729156.

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

Color convert

RGB 68 41 72 -
CMYK 0.06 0.43 0 0.72
HSL 292.26º 0.27% 0.22% -
HSV(B) 292.26º 0.43% 0.28% -
XYZ 4.35 3.28 6.54 -
YUV 52.61 138.95 138.98 -
System Red Green Blue C M Y K H S L
Decimal 68 41 72 0.06 0.43 0 0.72 292.26 0.27 0.22
Hex 44 29 48 6 2B 0 48 124 1B 16
Octal 104 51 110 6 53 0 110 444 33 26
Binary 1000100 101001 1001000 110 101011 0 1001000 100100100 11011 10110

Color Harmonies of #442948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442948

Black with #442948

Text Example


Text Example

White with #442948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442948; }

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

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

background-color css

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

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

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

border-color css

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

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

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