#422748

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

Shades of Hot Purple #422748

Tints of Hot Purple #422748

Color information

#422748 (or 0x422748) is unknown color: approx Hot Purple. HEX triplet: 42, 27 and 48. RGB value is (66,39,72). Sum of RGB (Red+Green+Blue) = 66+39+72=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #422748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422748 is #BDD8B7. Grayscale: #323232. Windows color (decimal): -12441784 or 4728642. OLE color: 4728642.

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

Color convert

RGB663972-
CMYK0.080.4600.72
HSL289.09º29.73%21.76%-
HSV(B)289.09º45.83%28.24%-
XYZ4.143.086.51-
YUV50.83139.95138.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 39 (15.62% from 255) = 22.03%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=37.29%
G=22.03%
B=40.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6639720.080.4600.72289.0929.7321.76
Hex42274882E0481211e16
Octal10247110105601104413626
Binary100001010011110010001000101110010010001001000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422748; }

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

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

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

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

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

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

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

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