#480054

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

Shades of Hot Purple #480054

Tints of Hot Purple #480054

Color information

#480054 (or 0x480054) is unknown color: approx Hot Purple. HEX triplet: 48, 00 and 54. RGB value is (72,0,84). Sum of RGB (Red+Green+Blue) = 72+0+84=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #480054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480054 is #B7FFAB. Grayscale: #1E1E1E. Windows color (decimal): -12058540 or 5505096. OLE color: 5505096.

HSL color Cylindrical-coordinate representation of color #480054: hue angle of 291.43º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480054 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB72084-
CMYK0.14100.67
HSL291.43º100%16.47%-
HSV(B)291.43º100%32.94%-
XYZ4.272.028.55-
YUV31.1157.85157.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 53.85%
R=46.15%
G=0%
B=53.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal720840.14100.67291.4310016.47
Hex48054E640431236410
Octal110012416144010344314420
Binary1001000010101001110110010001000011100100011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480054; }

 p { color: rgb(72,0,84); }

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

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

 a { background-color: rgb(72,0,84); }

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

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

 span { border-color: rgb(72,0,84); }

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