#47334B

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

Shades of Hot Purple #47334B

Tints of Hot Purple #47334B

Color information

#47334B (or 0x47334B) is unknown color: approx Hot Purple. HEX triplet: 47, 33 and 4B. RGB value is (71,51,75). Sum of RGB (Red+Green+Blue) = 71+51+75=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 75 - color contains mainly: blue. Hex color #47334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47334B is #B8CCB4. Grayscale: #3B3B3B. Windows color (decimal): -12111029 or 4928327. OLE color: 4928327.

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

Color convert

RGB715175-
CMYK0.050.3200.71
HSL290º19.05%24.71%-
HSV(B)290º32%29.41%-
XYZ5.054.227.2-
YUV59.72136.63136.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 75 (29.69% from 255) = 38.07%
R=36.04%
G=25.89%
B=38.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7151750.050.3200.7129019.0524.71
Hex47334B5200471221319
Octal1076311354001074422331
Binary10001111100111001011101100000010001111001000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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