#481D4A

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

Shades of Hot Purple #481D4A

Tints of Hot Purple #481D4A

Color information

#481D4A (or 0x481D4A) is unknown color: approx Hot Purple. HEX triplet: 48, 1D and 4A. RGB value is (72,29,74). Sum of RGB (Red+Green+Blue) = 72+29+74=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #481D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D4A is #B7E2B5. Grayscale: #2E2E2E. Windows color (decimal): -12051126 or 4857160. OLE color: 4857160.

HSL color Cylindrical-coordinate representation of color #481D4A: hue angle of 297.33º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #481D4A is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB722974-
CMYK0.030.6100.71
HSL297.33º43.69%20.2%-
HSV(B)297.33º60.81%29.02%-
XYZ4.352.756.78-
YUV46.99143.25145.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.14%
GREEN value IS 29 (11.72% from 255) = 16.57%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=41.14%
G=16.57%
B=42.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7229740.030.6100.71297.3343.6920.2
Hex481D4A33D0471292c14
Octal1103511237501074515424
Binary1001000111011001010111111010100011110010100110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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