#480855

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

Shades of Hot Purple #480855

Tints of Hot Purple #480855

Color information

#480855 (or 0x480855) is unknown color: approx Hot Purple. HEX triplet: 48, 08 and 55. RGB value is (72,8,85). Sum of RGB (Red+Green+Blue) = 72+8+85=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #480855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480855 is #B7F7AA. Grayscale: #232323. Windows color (decimal): -12056491 or 5572680. OLE color: 5572680.

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

Color convert

RGB72885-
CMYK0.150.9100.67
HSL289.87º82.8%18.24%-
HSV(B)289.87º90.59%33.33%-
XYZ4.42.218.79-
YUV35.91155.7153.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 85 (33.59% from 255) = 51.52%
R=43.64%
G=4.85%
B=51.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal728850.150.9100.67289.8782.818.24
Hex48855F5B0431225312
Octal1101012517133010344212322
Binary1001000100010101011111101101101000011100100010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480855; }

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

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

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

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

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

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

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

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