#47264D

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

Shades of Hot Purple #47264D

Tints of Hot Purple #47264D

Color information

#47264D (or 0x47264D) is unknown color: approx Hot Purple. HEX triplet: 47, 26 and 4D. RGB value is (71,38,77). Sum of RGB (Red+Green+Blue) = 71+38+77=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #47264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47264D is #B8D9B2. Grayscale: #343434. Windows color (decimal): -12114355 or 5056071. OLE color: 5056071.

HSL color Cylindrical-coordinate representation of color #47264D: hue angle of 290.77º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47264D is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB713877-
CMYK0.080.5100.70
HSL290.77º33.91%22.55%-
HSV(B)290.77º50.65%30.2%-
XYZ4.633.267.41-
YUV52.31141.93141.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=38.17%
G=20.43%
B=41.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7138770.080.5100.70290.7733.9122.55
Hex47264D8330461232217
Octal10746115106301064434227
Binary1000111100110100110110001100110100011010010001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47264D; }

 p { color: rgb(71,38,77); }

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

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

 a { background-color: rgb(71,38,77); }

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

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

 span { border-color: rgb(71,38,77); }

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