#480651

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

Shades of Hot Purple #480651

Tints of Hot Purple #480651

Color information

#480651 (or 0x480651) is unknown color: approx Hot Purple. HEX triplet: 48, 06 and 51. RGB value is (72,6,81). Sum of RGB (Red+Green+Blue) = 72+6+81=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #480651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480651 is #B7F9AE. Grayscale: #222222. Windows color (decimal): -12057007 or 5310024. OLE color: 5310024.

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

Color convert

RGB72681-
CMYK0.110.9300.68
HSL292.8º86.21%17.06%-
HSV(B)292.8º92.59%31.76%-
XYZ4.222.17.97-
YUV34.28154.37154.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 81 (32.03% from 255) = 50.94%
R=45.28%
G=3.77%
B=50.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal726810.110.9300.68292.886.2117.06
Hex48651B5D0441255611
Octal110612113135010444512621
Binary100100011010100011011101110101000100100100101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480651; }

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

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

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

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

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

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

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

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