#481649

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

Shades of Hot Purple #481649

Tints of Hot Purple #481649

Color information

#481649 (or 0x481649) is unknown color: approx Hot Purple. HEX triplet: 48, 16 and 49. RGB value is (72,22,73). Sum of RGB (Red+Green+Blue) = 72+22+73=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #481649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481649 is #B7E9B6. Grayscale: #2A2A2A. Windows color (decimal): -12052919 or 4789832. OLE color: 4789832.

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

Color convert

RGB722273-
CMYK0.010.7000.71
HSL298.82º53.68%18.63%-
HSV(B)298.82º69.86%28.63%-
XYZ4.162.436.55-
YUV42.76145.06148.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 73 (28.91% from 255) = 43.71%
R=43.11%
G=13.17%
B=43.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7222730.010.7000.71298.8253.6818.63
Hex48164914604712b3613
Octal11026111110601074536623
Binary1001000101101001001110001100100011110010101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481649; }

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

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

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

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

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

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

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

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