#47264F

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

Shades of Hot Purple #47264F

Tints of Hot Purple #47264F

Color information

#47264F (or 0x47264F) is unknown color: approx Hot Purple. HEX triplet: 47, 26 and 4F. RGB value is (71,38,79). Sum of RGB (Red+Green+Blue) = 71+38+79=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 79 - color contains mainly: blue. Hex color #47264F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47264F is #B8D9B0. Grayscale: #343434. Windows color (decimal): -12114353 or 5187143. OLE color: 5187143.

HSL color Cylindrical-coordinate representation of color #47264F: hue angle of 288.29º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47264F is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB713879-
CMYK0.100.5200.69
HSL288.29º35.04%22.94%-
HSV(B)288.29º51.9%30.98%-
XYZ4.73.297.78-
YUV52.54142.93141.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 38 (15.23% from 255) = 20.21%
BLUE value IS 79 (31.25% from 255) = 42.02%
R=37.77%
G=20.21%
B=42.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7138790.100.5200.69288.2935.0422.94
Hex47264FA340451202317
Octal10746117126401054404327
Binary1000111100110100111110101101000100010110010000010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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