#47304B

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

Shades of Hot Purple #47304B

Tints of Hot Purple #47304B

Color information

#47304B (or 0x47304B) is unknown color: approx Hot Purple. HEX triplet: 47, 30 and 4B. RGB value is (71,48,75). Sum of RGB (Red+Green+Blue) = 71+48+75=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 75 - color contains mainly: blue. Hex color #47304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47304B is #B8CFB4. Grayscale: #393939. Windows color (decimal): -12111797 or 4927559. OLE color: 4927559.

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

Color convert

RGB714875-
CMYK0.050.3600.71
HSL291.11º21.95%24.12%-
HSV(B)291.11º36%29.41%-
XYZ4.933.967.16-
YUV57.96137.62137.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=36.60%
G=24.74%
B=38.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7148750.050.3600.71291.1121.9524.12
Hex47304B5240471231618
Octal1076011354401074432630
Binary10001111100001001011101100100010001111001000111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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