#480453

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

Shades of Hot Purple #480453

Tints of Hot Purple #480453

Color information

#480453 (or 0x480453) is unknown color: approx Hot Purple. HEX triplet: 48, 04 and 53. RGB value is (72,4,83). Sum of RGB (Red+Green+Blue) = 72+4+83=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #480453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480453 is #B7FBAC. Grayscale: #212121. Windows color (decimal): -12057517 or 5440584. OLE color: 5440584.

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

Color convert

RGB72483-
CMYK0.130.9500.67
HSL291.65º90.8%17.06%-
HSV(B)291.65º95.18%32.55%-
XYZ4.282.098.36-
YUV33.34156.03155.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.28%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 83 (32.81% from 255) = 52.20%
R=45.28%
G=2.52%
B=52.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal724830.130.9500.67291.6590.817.06
Hex48453D5F0431245b11
Octal110412315137010344413321
Binary100100010010100111101101111101000011100100100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480453; }

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

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

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

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

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

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

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

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