Html Css Color HEX #422547 Hot Purple

📋 copy color: '#422547'

red 66 ◦ green 37 ◦ blue 71

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

Shades of Hot Purple #422547

Tints of Hot Purple #422547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.26%

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

R = 37.93%
G = 21.26%
B = 40.8%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422547 (or 0x422547) is known color: Hot Purple. HEX triplet: 42, 25 and 47. RGB value is (66,37,71). Sum of RGB (Red+Green+Blue) = 66+37+71=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 71 - color contains mainly: blue. Hex color #422547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422547 is #BDDAB8. Grayscale: #313131. Windows color (decimal): -12442297 or 4662594. OLE color: 4662594.

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

Color convert

RGB 66 37 71 -
CMYK 0.07 0.48 0 0.72
HSL 291.18º 0.31% 0.21% -
HSV(B) 291.18º 0.48% 0.28% -
XYZ 4.05 2.94 6.31 -
YUV 49.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 66 37 71 0.07 0.48 0 0.72 291.18 0.31 0.21
Hex 42 25 47 7 30 0 48 123 1F 15
Octal 102 45 107 7 60 0 110 443 37 25
Binary 1000010 100101 1000111 111 110000 0 1001000 100100011 11111 10101

Color Harmonies of #422547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422547

Black with #422547

Text Example


Text Example

White with #422547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422547; }

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

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

background-color css

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

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

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

border-color css

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

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

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