#423146

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

Shades of Hot Purple #423146

Tints of Hot Purple #423146

Color information

#423146 (or 0x423146) is unknown color: approx Hot Purple. HEX triplet: 42, 31 and 46. RGB value is (66,49,70). Sum of RGB (Red+Green+Blue) = 66+49+70=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 70 - color contains mainly: blue. Hex color #423146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423146 is #BDCEB9. Grayscale: #383838. Windows color (decimal): -12439226 or 4600130. OLE color: 4600130.

HSL color Cylindrical-coordinate representation of color #423146: hue angle of 288.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #423146 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB664970-
CMYK0.060.3000.73
HSL288.57º17.65%23.33%-
HSV(B)288.57º30%27.45%-
XYZ4.453.86.29-
YUV56.48135.63134.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=35.68%
G=26.49%
B=37.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6649700.060.3000.73288.5717.6523.33
Hex42314661E0491211217
Octal1026110663601114412227
Binary1000010110001100011011011110010010011001000011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423146; }

 p { color: rgb(66,49,70); }

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

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

 a { background-color: rgb(66,49,70); }

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

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

 span { border-color: rgb(66,49,70); }

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