Html Css Color HEX #422A48 Hot Purple

📋 copy color: '#422A48'

red 66 ◦ green 42 ◦ blue 72

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

Shades of Hot Purple #422A48

Tints of Hot Purple #422A48

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.33%

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

R = 36.67%
G = 23.33%
B = 40%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422A48 (or 0x422A48) is known color: Hot Purple. HEX triplet: 42, 2A and 48. RGB value is (66,42,72). Sum of RGB (Red+Green+Blue) = 66+42+72=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #422A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A48 is #BDD5B7. Grayscale: #343434. Windows color (decimal): -12441016 or 4729410. OLE color: 4729410.

HSL color Cylindrical-coordinate representation of color #422A48: hue angle of 288º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #422A48 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 42 72 -
CMYK 0.08 0.42 0 0.72
HSL 288º 0.26% 0.22% -
HSV(B) 288º 0.42% 0.28% -
XYZ 4.24 3.28 6.54 -
YUV 52.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 66 42 72 0.08 0.42 0 0.72 288 0.26 0.22
Hex 42 2A 48 8 2A 0 48 120 1A 16
Octal 102 52 110 10 52 0 110 440 32 26
Binary 1000010 101010 1001000 1000 101010 0 1001000 100100000 11010 10110

Color Harmonies of #422A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422A48

Black with #422A48

Text Example


Text Example

White with #422A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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