#472F4B

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

Shades of Hot Purple #472F4B

Tints of Hot Purple #472F4B

Color information

#472F4B (or 0x472F4B) is unknown color: approx Hot Purple. HEX triplet: 47, 2F and 4B. RGB value is (71,47,75). Sum of RGB (Red+Green+Blue) = 71+47+75=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #472F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F4B is #B8D0B4. Grayscale: #393939. Windows color (decimal): -12112053 or 4927303. OLE color: 4927303.

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

Color convert

RGB714775-
CMYK0.050.3700.71
HSL291.43º22.95%23.92%-
HSV(B)291.43º37.33%29.41%-
XYZ4.893.887.15-
YUV57.37137.95137.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 47 (18.75% from 255) = 24.35%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=36.79%
G=24.35%
B=38.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7147750.050.3700.71291.4322.9523.92
Hex472F4B5250471231718
Octal1075711354501074432730
Binary10001111011111001011101100101010001111001000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472F4B; }

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

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

<style>
 a { background-color: #472F4B; }

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

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

<style>
 span { border-color: #472F4B; }

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

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