#47104B

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

Shades of Hot Purple #47104B

Tints of Hot Purple #47104B

Color information

#47104B (or 0x47104B) is unknown color: approx Hot Purple. HEX triplet: 47, 10 and 4B. RGB value is (71,16,75). Sum of RGB (Red+Green+Blue) = 71+16+75=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 75 - color contains mainly: blue. Hex color #47104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47104B is #B8EFB4. Grayscale: #262626. Windows color (decimal): -12119989 or 4919367. OLE color: 4919367.

HSL color Cylindrical-coordinate representation of color #47104B: hue angle of 295.93º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47104B is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB711675-
CMYK0.050.7900.71
HSL295.93º64.84%17.84%-
HSV(B)295.93º78.67%29.41%-
XYZ4.052.226.87-
YUV39.17148.22150.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 16 (6.64% from 255) = 9.88%
BLUE value IS 75 (29.69% from 255) = 46.30%
R=43.83%
G=9.88%
B=46.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7116750.050.7900.71295.9364.8417.84
Hex47104B54F0471284112
Octal107201135117010745010122
Binary1000111100001001011101100111101000111100101000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47104B; }

 p { color: rgb(71,16,75); }

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

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

 a { background-color: rgb(71,16,75); }

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

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

 span { border-color: rgb(71,16,75); }

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