#480851

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

Shades of Hot Purple #480851

Tints of Hot Purple #480851

Color information

#480851 (or 0x480851) is unknown color: approx Hot Purple. HEX triplet: 48, 08 and 51. RGB value is (72,8,81). Sum of RGB (Red+Green+Blue) = 72+8+81=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #480851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480851 is #B7F7AE. Grayscale: #232323. Windows color (decimal): -12056495 or 5310536. OLE color: 5310536.

HSL color Cylindrical-coordinate representation of color #480851: hue angle of 292.6º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480851 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB72881-
CMYK0.110.9000.68
HSL292.6º82.02%17.45%-
HSV(B)292.6º90.12%31.76%-
XYZ4.242.157.97-
YUV35.46153.7154.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 81 (32.03% from 255) = 50.31%
R=44.72%
G=4.97%
B=50.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal728810.110.9000.68292.682.0217.45
Hex48851B5A0441255211
Octal1101012113132010444512221
Binary1001000100010100011011101101001000100100100101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480851; }

 p { color: rgb(72,8,81); }

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

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

 a { background-color: rgb(72,8,81); }

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

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

 span { border-color: rgb(72,8,81); }

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