#480451

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

Shades of Hot Purple #480451

Tints of Hot Purple #480451

Color information

#480451 (or 0x480451) is unknown color: approx Hot Purple. HEX triplet: 48, 04 and 51. RGB value is (72,4,81). Sum of RGB (Red+Green+Blue) = 72+4+81=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #480451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480451 is #B7FBAE. Grayscale: #202020. Windows color (decimal): -12057519 or 5309512. OLE color: 5309512.

HSL color Cylindrical-coordinate representation of color #480451: hue angle of 292.99º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480451 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB72481-
CMYK0.110.9500.68
HSL292.99º90.59%16.67%-
HSV(B)292.99º95.06%31.76%-
XYZ4.22.067.96-
YUV33.11155.03155.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 81 (32.03% from 255) = 51.59%
R=45.86%
G=2.55%
B=51.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal724810.110.9500.68292.9990.5916.67
Hex48451B5F0441255b11
Octal110412113137010444513321
Binary100100010010100011011101111101000100100100101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480451; }

 p { color: rgb(72,4,81); }

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

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

 a { background-color: rgb(72,4,81); }

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

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

 span { border-color: rgb(72,4,81); }

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