#470251

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

Shades of Hot Purple #470251

Tints of Hot Purple #470251

Color information

#470251 (or 0x470251) is unknown color: approx Hot Purple. HEX triplet: 47, 02 and 51. RGB value is (71,2,81). Sum of RGB (Red+Green+Blue) = 71+2+81=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #470251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470251 is #B8FDAE. Grayscale: #1F1F1F. Windows color (decimal): -12123567 or 5308999. OLE color: 5308999.

HSL color Cylindrical-coordinate representation of color #470251: hue angle of 292.41º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #470251 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB71281-
CMYK0.120.9800.68
HSL292.41º95.18%16.27%-
HSV(B)292.41º97.53%31.76%-
XYZ4.111.987.95-
YUV31.64155.86156.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 81 (32.03% from 255) = 52.60%
R=46.10%
G=1.30%
B=52.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal712810.120.9800.68292.4195.1816.27
Hex47251C620441245f10
Octal107212114142010444413720
Binary10001111010100011100110001001000100100100100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470251; }

 p { color: rgb(71,2,81); }

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

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

 a { background-color: rgb(71,2,81); }

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

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

 span { border-color: rgb(71,2,81); }

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