Html Css Color HEX #422048 Hot Purple

📋 copy color: '#422048'

red 66 ◦ green 32 ◦ blue 72

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

Shades of Hot Purple #422048

Tints of Hot Purple #422048

RGB

 RED value IS 66 (26.17% from 255) = 38.82%

 GREEN value IS 32 (12.89% from 255) = 18.82%

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

R = 38.82%
G = 18.82%
B = 42.35%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422048 (or 0x422048) is known color: Hot Purple. HEX triplet: 42, 20 and 48. RGB value is (66,32,72). Sum of RGB (Red+Green+Blue) = 66+32+72=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #422048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422048 is #BDDFB7. Grayscale: #2E2E2E. Windows color (decimal): -12443576 or 4726850. OLE color: 4726850.

HSL color Cylindrical-coordinate representation of color #422048: hue angle of 291º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #422048 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 32 72 -
CMYK 0.08 0.56 0 0.72
HSL 291º 0.38% 0.2% -
HSV(B) 291º 0.56% 0.28% -
XYZ 3.93 2.66 6.44 -
YUV 46.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 66 32 72 0.08 0.56 0 0.72 291 0.38 0.2
Hex 42 20 48 8 38 0 48 123 26 14
Octal 102 40 110 10 70 0 110 443 46 24
Binary 1000010 100000 1001000 1000 111000 0 1001000 100100011 100110 10100

Color Harmonies of #422048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422048

Black with #422048

Text Example


Text Example

White with #422048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422048; }

 p { color: rgb(66,32,72); }

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

background-color css

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

 a { background-color: rgb(66,32,72); }

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

border-color css

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

 span { border-color: rgb(66,32,72); }

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