Html Css Color HEX #422B48 Hot Purple

📋 copy color: '#422B48'

red 66 ◦ green 43 ◦ blue 72

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

Shades of Hot Purple #422B48

Tints of Hot Purple #422B48

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.76%

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

R = 36.46%
G = 23.76%
B = 39.78%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422B48 (or 0x422B48) is known color: Hot Purple. HEX triplet: 42, 2B and 48. RGB value is (66,43,72). Sum of RGB (Red+Green+Blue) = 66+43+72=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #422B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B48 is #BDD4B7. Grayscale: #353535. Windows color (decimal): -12440760 or 4729666. OLE color: 4729666.

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

Color convert

RGB 66 43 72 -
CMYK 0.08 0.40 0 0.72
HSL 287.59º 0.25% 0.23% -
HSV(B) 287.59º 0.4% 0.28% -
XYZ 4.28 3.35 6.55 -
YUV 53.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 66 43 72 0.08 0.40 0 0.72 287.59 0.25 0.23
Hex 42 2B 48 8 28 0 48 120 19 17
Octal 102 53 110 10 50 0 110 440 31 27
Binary 1000010 101011 1001000 1000 101000 0 1001000 100100000 11001 10111

Color Harmonies of #422B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B48

Black with #422B48

Text Example


Text Example

White with #422B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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