Html Css Color HEX #442648 Hot Purple

📋 copy color: '#442648'

red 68 ◦ green 38 ◦ blue 72

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

Shades of Hot Purple #442648

Tints of Hot Purple #442648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.35%

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

R = 38.2%
G = 21.35%
B = 40.45%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#442648 (or 0x442648) is known color: Hot Purple. HEX triplet: 44, 26 and 48. RGB value is (68,38,72). Sum of RGB (Red+Green+Blue) = 68+38+72=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 72 - color contains mainly: blue. Hex color #442648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442648 is #BBD9B7. Grayscale: #323232. Windows color (decimal): -12310968 or 4728388. OLE color: 4728388.

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

Color convert

RGB 68 38 72 -
CMYK 0.06 0.47 0 0.72
HSL 292.94º 0.31% 0.22% -
HSV(B) 292.94º 0.47% 0.28% -
XYZ 4.25 3.08 6.5 -
YUV 50.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 68 38 72 0.06 0.47 0 0.72 292.94 0.31 0.22
Hex 44 26 48 6 2F 0 48 125 1F 16
Octal 104 46 110 6 57 0 110 445 37 26
Binary 1000100 100110 1001000 110 101111 0 1001000 100100101 11111 10110

Color Harmonies of #442648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442648

Black with #442648

Text Example


Text Example

White with #442648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442648; }

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

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

background-color css

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

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

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

border-color css

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

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

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