Html Css Color HEX #442748 Hot Purple

📋 copy color: '#442748'

red 68 ◦ green 39 ◦ blue 72

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

Shades of Hot Purple #442748

Tints of Hot Purple #442748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.79%

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

R = 37.99%
G = 21.79%
B = 40.22%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#442748 (or 0x442748) is known color: Hot Purple. HEX triplet: 44, 27 and 48. RGB value is (68,39,72). Sum of RGB (Red+Green+Blue) = 68+39+72=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 72 - color contains mainly: blue. Hex color #442748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442748 is #BBD8B7. Grayscale: #333333. Windows color (decimal): -12310712 or 4728644. OLE color: 4728644.

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

Color convert

RGB 68 39 72 -
CMYK 0.06 0.46 0 0.72
HSL 292.73º 0.3% 0.22% -
HSV(B) 292.73º 0.46% 0.28% -
XYZ 4.28 3.15 6.51 -
YUV 51.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 68 39 72 0.06 0.46 0 0.72 292.73 0.3 0.22
Hex 44 27 48 6 2E 0 48 125 1E 16
Octal 104 47 110 6 56 0 110 445 36 26
Binary 1000100 100111 1001000 110 101110 0 1001000 100100101 11110 10110

Color Harmonies of #442748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442748

Black with #442748

Text Example


Text Example

White with #442748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442748; }

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

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

background-color css

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

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

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

border-color css

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

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

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