#480B4B

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

Shades of Hot Purple #480B4B

Tints of Hot Purple #480B4B

Color information

#480B4B (or 0x480B4B) is unknown color: approx Hot Purple. HEX triplet: 48, 0B and 4B. RGB value is (72,11,75). Sum of RGB (Red+Green+Blue) = 72+11+75=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #480B4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B4B is #B7F4B4. Grayscale: #242424. Windows color (decimal): -12055733 or 4918088. OLE color: 4918088.

HSL color Cylindrical-coordinate representation of color #480B4B: hue angle of 297.19º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #480B4B is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB721175-
CMYK0.040.8500.71
HSL297.19º74.42%16.86%-
HSV(B)297.19º85.33%29.41%-
XYZ4.062.136.85-
YUV36.53149.71153.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 11 (4.69% from 255) = 6.96%
BLUE value IS 75 (29.69% from 255) = 47.47%
R=45.57%
G=6.96%
B=47.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7211750.040.8500.71297.1974.4216.86
Hex48B4B4550471294a11
Octal110131134125010745111221
Binary100100010111001011100101010101000111100101001100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,11,75); }

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

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

 a { background-color: rgb(72,11,75); }

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

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

 span { border-color: rgb(72,11,75); }

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