Html Css Color HEX #422D48 Hot Purple

📋 copy color: '#422D48'

red 66 ◦ green 45 ◦ blue 72

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

Shades of Hot Purple #422D48

Tints of Hot Purple #422D48

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.59%

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

R = 36.07%
G = 24.59%
B = 39.34%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422D48 (or 0x422D48) is known color: Hot Purple. HEX triplet: 42, 2D and 48. RGB value is (66,45,72). Sum of RGB (Red+Green+Blue) = 66+45+72=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #422D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D48 is #BDD2B7. Grayscale: #363636. Windows color (decimal): -12440248 or 4730178. OLE color: 4730178.

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

Color convert

RGB 66 45 72 -
CMYK 0.08 0.38 0 0.72
HSL 286.67º 0.23% 0.23% -
HSV(B) 286.67º 0.38% 0.28% -
XYZ 4.35 3.5 6.58 -
YUV 54.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 66 45 72 0.08 0.38 0 0.72 286.67 0.23 0.23
Hex 42 2D 48 8 26 0 48 11F 17 17
Octal 102 55 110 10 46 0 110 437 27 27
Binary 1000010 101101 1001000 1000 100110 0 1001000 100011111 10111 10111

Color Harmonies of #422D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D48

Black with #422D48

Text Example


Text Example

White with #422D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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