Html Css Color HEX #422E47 Hot Purple

📋 copy color: '#422E47'

red 66 ◦ green 46 ◦ blue 71

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

Shades of Hot Purple #422E47

Tints of Hot Purple #422E47

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.14%

 BLUE value IS 71 (28.13% from 255) = 38.8%

R = 36.07%
G = 25.14%
B = 38.8%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422E47 (or 0x422E47) is known color: Hot Purple. HEX triplet: 42, 2E and 47. RGB value is (66,46,71). Sum of RGB (Red+Green+Blue) = 66+46+71=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 71 - color contains mainly: blue. Hex color #422E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E47 is #BDD1B8. Grayscale: #363636. Windows color (decimal): -12439993 or 4664898. OLE color: 4664898.

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

Color convert

RGB 66 46 71 -
CMYK 0.07 0.35 0 0.72
HSL 288º 0.21% 0.23% -
HSV(B) 288º 0.35% 0.28% -
XYZ 4.36 3.57 6.42 -
YUV 54.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 66 46 71 0.07 0.35 0 0.72 288 0.21 0.23
Hex 42 2E 47 7 23 0 48 120 15 17
Octal 102 56 107 7 43 0 110 440 25 27
Binary 1000010 101110 1000111 111 100011 0 1001000 100100000 10101 10111

Color Harmonies of #422E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E47

Black with #422E47

Text Example


Text Example

White with #422E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,46,71); }

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

background-color css

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

 a { background-color: rgb(66,46,71); }

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

border-color css

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

 span { border-color: rgb(66,46,71); }

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