#480951

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

Shades of Hot Purple #480951

Tints of Hot Purple #480951

Color information

#480951 (or 0x480951) is unknown color: approx Hot Purple. HEX triplet: 48, 09 and 51. RGB value is (72,9,81). Sum of RGB (Red+Green+Blue) = 72+9+81=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #480951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480951 is #B7F6AE. Grayscale: #232323. Windows color (decimal): -12056239 or 5310792. OLE color: 5310792.

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

Color convert

RGB72981-
CMYK0.110.8900.68
HSL292.5º80%17.65%-
HSV(B)292.5º88.89%31.76%-
XYZ4.262.177.98-
YUV36.04153.37153.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 81 (32.03% from 255) = 50%
R=44.44%
G=5.56%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal729810.110.8900.68292.58017.65
Hex48951B590441245012
Octal1101112113131010444412022
Binary1001000100110100011011101100101000100100100100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480951; }

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

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

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

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

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

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

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

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