#47284F

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

Shades of Hot Purple #47284F

Tints of Hot Purple #47284F

Color information

#47284F (or 0x47284F) is unknown color: approx Hot Purple. HEX triplet: 47, 28 and 4F. RGB value is (71,40,79). Sum of RGB (Red+Green+Blue) = 71+40+79=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: blue. Hex color #47284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47284F is #B8D7B0. Grayscale: #353535. Windows color (decimal): -12113841 or 5187655. OLE color: 5187655.

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

Color convert

RGB714079-
CMYK0.100.4900.69
HSL287.69º32.77%23.33%-
HSV(B)287.69º49.37%30.98%-
XYZ4.773.427.81-
YUV53.72142.27140.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=37.37%
G=21.05%
B=41.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7140790.100.4900.69287.6932.7723.33
Hex47284FA310451202117
Octal10750117126101054404127
Binary1000111101000100111110101100010100010110010000010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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