#47244B

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

Shades of Hot Purple #47244B

Tints of Hot Purple #47244B

Color information

#47244B (or 0x47244B) is unknown color: approx Hot Purple. HEX triplet: 47, 24 and 4B. RGB value is (71,36,75). Sum of RGB (Red+Green+Blue) = 71+36+75=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #47244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47244B is #B8DBB4. Grayscale: #323232. Windows color (decimal): -12114869 or 4924487. OLE color: 4924487.

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

Color convert

RGB713675-
CMYK0.050.5200.71
HSL293.85º35.14%21.76%-
HSV(B)293.85º52%29.41%-
XYZ4.53.117.02-
YUV50.91141.6142.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 36 (14.45% from 255) = 19.78%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=39.01%
G=19.78%
B=41.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7136750.050.5200.71293.8535.1421.76
Hex47244B5340471262316
Octal1074411356401074464326
Binary100011110010010010111011101000100011110010011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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