Html Css Color HEX #422847 Hot Purple

📋 copy color: '#422847'

red 66 ◦ green 40 ◦ blue 71

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

Shades of Hot Purple #422847

Tints of Hot Purple #422847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.6%

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

R = 37.29%
G = 22.6%
B = 40.11%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422847 (or 0x422847) is known color: Hot Purple. HEX triplet: 42, 28 and 47. RGB value is (66,40,71). Sum of RGB (Red+Green+Blue) = 66+40+71=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 71 - color contains mainly: blue. Hex color #422847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422847 is #BDD7B8. Grayscale: #333333. Windows color (decimal): -12441529 or 4663362. OLE color: 4663362.

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

Color convert

RGB 66 40 71 -
CMYK 0.07 0.44 0 0.72
HSL 290.32º 0.28% 0.22% -
HSV(B) 290.32º 0.44% 0.28% -
XYZ 4.14 3.13 6.35 -
YUV 51.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 66 40 71 0.07 0.44 0 0.72 290.32 0.28 0.22
Hex 42 28 47 7 2C 0 48 122 1C 16
Octal 102 50 107 7 54 0 110 442 34 26
Binary 1000010 101000 1000111 111 101100 0 1001000 100100010 11100 10110

Color Harmonies of #422847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422847

Black with #422847

Text Example


Text Example

White with #422847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422847; }

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

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

background-color css

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

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

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

border-color css

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

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

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