#480055

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

Shades of Hot Purple #480055

Tints of Hot Purple #480055

Color information

#480055 (or 0x480055) is unknown color: approx Hot Purple. HEX triplet: 48, 00 and 55. RGB value is (72,0,85). Sum of RGB (Red+Green+Blue) = 72+0+85=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #480055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480055 is #B7FFAA. Grayscale: #1E1E1E. Windows color (decimal): -12058539 or 5570632. OLE color: 5570632.

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

Color convert

RGB72085-
CMYK0.15100.67
HSL290.82º100%16.67%-
HSV(B)290.82º100%33.33%-
XYZ4.312.038.76-
YUV31.22158.35157.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 54.14%
R=45.86%
G=0%
B=54.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal720850.15100.67290.8210016.67
Hex48055F640431236411
Octal110012517144010344314421
Binary1001000010101011111110010001000011100100011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480055; }

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

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

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

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

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

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

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

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