#481549

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

Shades of Hot Purple #481549

Tints of Hot Purple #481549

Color information

#481549 (or 0x481549) is unknown color: approx Hot Purple. HEX triplet: 48, 15 and 49. RGB value is (72,21,73). Sum of RGB (Red+Green+Blue) = 72+21+73=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: blue. Hex color #481549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481549 is #B7EAB6. Grayscale: #2A2A2A. Windows color (decimal): -12053175 or 4789576. OLE color: 4789576.

HSL color Cylindrical-coordinate representation of color #481549: hue angle of 298.85º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481549 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB722173-
CMYK0.010.7100.71
HSL298.85º55.32%18.43%-
HSV(B)298.85º71.23%28.63%-
XYZ4.142.46.55-
YUV42.18145.4149.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 73 (28.91% from 255) = 43.98%
R=43.37%
G=12.65%
B=43.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7221730.010.7100.71298.8555.3218.43
Hex48154914704712b3712
Octal11025111110701074536722
Binary1001000101011001001110001110100011110010101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481549; }

 p { color: rgb(72,21,73); }

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

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

 a { background-color: rgb(72,21,73); }

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

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

 span { border-color: rgb(72,21,73); }

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