#480A4D

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

Shades of Hot Purple #480A4D

Tints of Hot Purple #480A4D

Color information

#480A4D (or 0x480A4D) is unknown color: approx Hot Purple. HEX triplet: 48, 0A and 4D. RGB value is (72,10,77). Sum of RGB (Red+Green+Blue) = 72+10+77=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #480A4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480A4D is #B7F5B2. Grayscale: #232323. Windows color (decimal): -12055987 or 5048904. OLE color: 5048904.

HSL color Cylindrical-coordinate representation of color #480A4D: hue angle of 295.52º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #480A4D is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB721077-
CMYK0.060.8700.70
HSL295.52º77.01%17.06%-
HSV(B)295.52º87.01%30.2%-
XYZ4.122.137.22-
YUV36.18151.04153.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 10 (4.30% from 255) = 6.29%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=45.28%
G=6.29%
B=48.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7210770.060.8700.70295.5277.0117.06
Hex48A4D6570461284d11
Octal110121156127010645011521
Binary100100010101001101110101011101000110100101000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480A4D; }

 p { color: rgb(72,10,77); }

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

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

 a { background-color: rgb(72,10,77); }

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

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

 span { border-color: rgb(72,10,77); }

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