#480754

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

Shades of Hot Purple #480754

Tints of Hot Purple #480754

Color information

#480754 (or 0x480754) is unknown color: approx Hot Purple. HEX triplet: 48, 07 and 54. RGB value is (72,7,84). Sum of RGB (Red+Green+Blue) = 72+7+84=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #480754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480754 is #B7F8AB. Grayscale: #222222. Windows color (decimal): -12056748 or 5506888. OLE color: 5506888.

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

Color convert

RGB72784-
CMYK0.140.9200.67
HSL290.65º84.62%17.84%-
HSV(B)290.65º91.67%32.94%-
XYZ4.352.178.58-
YUV35.21155.53154.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 7 (3.12% from 255) = 4.29%
BLUE value IS 84 (33.20% from 255) = 51.53%
R=44.17%
G=4.29%
B=51.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal727840.140.9200.67290.6584.6217.84
Hex48754E5C0431235512
Octal110712416134010344312522
Binary100100011110101001110101110001000011100100011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480754; }

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

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

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

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

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

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

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

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