#480C4D

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

Shades of Hot Purple #480C4D

Tints of Hot Purple #480C4D

Color information

#480C4D (or 0x480C4D) is unknown color: approx Hot Purple. HEX triplet: 48, 0C and 4D. RGB value is (72,12,77). Sum of RGB (Red+Green+Blue) = 72+12+77=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #480C4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480C4D is #B7F3B2. Grayscale: #252525. Windows color (decimal): -12055475 or 5049416. OLE color: 5049416.

HSL color Cylindrical-coordinate representation of color #480C4D: hue angle of 295.38º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #480C4D is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB721277-
CMYK0.060.8400.70
HSL295.38º73.03%17.45%-
HSV(B)295.38º84.42%30.2%-
XYZ4.142.187.22-
YUV37.35150.38152.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 12 (5.08% from 255) = 7.45%
BLUE value IS 77 (30.47% from 255) = 47.83%
R=44.72%
G=7.45%
B=47.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7212770.060.8400.70295.3873.0317.45
Hex48C4D6540461274911
Octal110141156124010644711121
Binary100100011001001101110101010001000110100100111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,12,77); }

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

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

 a { background-color: rgb(72,12,77); }

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

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

 span { border-color: rgb(72,12,77); }

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