#422747

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

Shades of Hot Purple #422747

Tints of Hot Purple #422747

Color information

#422747 (or 0x422747) is unknown color: approx Hot Purple. HEX triplet: 42, 27 and 47. RGB value is (66,39,71). Sum of RGB (Red+Green+Blue) = 66+39+71=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 71 - color contains mainly: blue. Hex color #422747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422747 is #BDD8B8. Grayscale: #323232. Windows color (decimal): -12441785 or 4663106. OLE color: 4663106.

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

Color convert

RGB663971-
CMYK0.070.4500.72
HSL290.62º29.09%21.57%-
HSV(B)290.62º45.07%27.84%-
XYZ4.113.066.34-
YUV50.72139.45138.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 39 (15.62% from 255) = 22.16%
BLUE value IS 71 (28.12% from 255) = 40.34%
R=37.5%
G=22.16%
B=40.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6639710.070.4500.72290.6229.0921.57
Hex42274772D0481231d16
Octal1024710775501104433526
Binary10000101001111000111111101101010010001001000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422747; }

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

 H1.HeaderClassName
 {
   color: #422747;
 }
 .AnyTagClassName
 {
   color: #422747;
 }
</style>
background-color css

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

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

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

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

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

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