#480B4E

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

Shades of Hot Purple #480B4E

Tints of Hot Purple #480B4E

Color information

#480B4E (or 0x480B4E) is unknown color: approx Hot Purple. HEX triplet: 48, 0B and 4E. RGB value is (72,11,78). Sum of RGB (Red+Green+Blue) = 72+11+78=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #480B4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480B4E is #B7F4B1. Grayscale: #242424. Windows color (decimal): -12055730 or 5114696. OLE color: 5114696.

HSL color Cylindrical-coordinate representation of color #480B4E: hue angle of 294.63º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #480B4E is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB721178-
CMYK0.080.8600.69
HSL294.63º75.28%17.45%-
HSV(B)294.63º85.9%30.59%-
XYZ4.172.177.41-
YUV36.88151.21153.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 11 (4.69% from 255) = 6.83%
BLUE value IS 78 (30.86% from 255) = 48.45%
R=44.72%
G=6.83%
B=48.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7211780.080.8600.69294.6375.2817.45
Hex48B4E8560451274b11
Octal1101311610126010544711321
Binary1001000101110011101000101011001000101100100111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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