Html Css Color HEX #422447 Hot Purple

📋 copy color: '#422447'

red 66 ◦ green 36 ◦ blue 71

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

Shades of Hot Purple #422447

Tints of Hot Purple #422447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

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

R = 38.15%
G = 20.81%
B = 41.04%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422447 (or 0x422447) is known color: Hot Purple. HEX triplet: 42, 24 and 47. RGB value is (66,36,71). Sum of RGB (Red+Green+Blue) = 66+36+71=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: blue. Hex color #422447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422447 is #BDDBB8. Grayscale: #303030. Windows color (decimal): -12442553 or 4662338. OLE color: 4662338.

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

Color convert

RGB 66 36 71 -
CMYK 0.07 0.49 0 0.72
HSL 291.43º 0.33% 0.21% -
HSV(B) 291.43º 0.49% 0.28% -
XYZ 4.01 2.87 6.3 -
YUV 48.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 66 36 71 0.07 0.49 0 0.72 291.43 0.33 0.21
Hex 42 24 47 7 31 0 48 123 21 15
Octal 102 44 107 7 61 0 110 443 41 25
Binary 1000010 100100 1000111 111 110001 0 1001000 100100011 100001 10101

Color Harmonies of #422447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422447

Black with #422447

Text Example


Text Example

White with #422447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422447; }

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

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

background-color css

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

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

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

border-color css

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

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

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