#480B53

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

Shades of Hot Purple #480B53

Tints of Hot Purple #480B53

Color information

#480B53 (or 0x480B53) is unknown color: approx Hot Purple. HEX triplet: 48, 0B and 53. RGB value is (72,11,83). Sum of RGB (Red+Green+Blue) = 72+11+83=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #480B53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480B53 is #B7F4AC. Grayscale: #252525. Windows color (decimal): -12055725 or 5442376. OLE color: 5442376.

HSL color Cylindrical-coordinate representation of color #480B53: hue angle of 290.83º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #480B53 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB721183-
CMYK0.130.8700.67
HSL290.83º76.6%18.43%-
HSV(B)290.83º86.75%32.55%-
XYZ4.352.248.39-
YUV37.45153.71152.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 11 (4.69% from 255) = 6.63%
BLUE value IS 83 (32.81% from 255) = 50%
R=43.37%
G=6.63%
B=50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7211830.130.8700.67290.8376.618.43
Hex48B53D570431234d12
Octal1101312315127010344311522
Binary1001000101110100111101101011101000011100100011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480B53; }

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

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

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

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

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

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

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

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