#481D4C

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

Shades of Hot Purple #481D4C

Tints of Hot Purple #481D4C

Color information

#481D4C (or 0x481D4C) is unknown color: approx Hot Purple. HEX triplet: 48, 1D and 4C. RGB value is (72,29,76). Sum of RGB (Red+Green+Blue) = 72+29+76=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 76 - color contains mainly: blue. Hex color #481D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D4C is #B7E2B3. Grayscale: #2F2F2F. Windows color (decimal): -12051124 or 4988232. OLE color: 4988232.

HSL color Cylindrical-coordinate representation of color #481D4C: hue angle of 294.89º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481D4C is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB722976-
CMYK0.050.6200.70
HSL294.89º44.76%20.59%-
HSV(B)294.89º61.84%29.8%-
XYZ4.422.787.14-
YUV47.22144.25145.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.68%
GREEN value IS 29 (11.72% from 255) = 16.38%
BLUE value IS 76 (30.08% from 255) = 42.94%
R=40.68%
G=16.38%
B=42.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7229760.050.6200.70294.8944.7620.59
Hex481D4C53E0461272d15
Octal1103511457601064475525
Binary10010001110110011001011111100100011010010011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481D4C; }

 p { color: rgb(72,29,76); }

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

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

 a { background-color: rgb(72,29,76); }

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

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

 span { border-color: rgb(72,29,76); }

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