#422847

Color #422847 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #422847

Tints of Hot Purple #422847

Color information

#422847 (or 0x422847) is unknown color: approx 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

RGB664071-
CMYK0.070.4400.72
HSL290.32º27.93%21.76%-
HSV(B)290.32º43.66%27.84%-
XYZ4.143.136.35-
YUV51.31139.11138.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 40 (16.02% from 255) = 22.60%
BLUE value IS 71 (28.12% from 255) = 40.11%
R=37.29%
G=22.60%
B=40.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6640710.070.4400.72290.3227.9321.76
Hex42284772C0481221c16
Octal1025010775401104423426
Binary10000101010001000111111101100010010001001000101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>