#482649

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

Shades of Hot Purple #482649

Tints of Hot Purple #482649

Color information

#482649 (or 0x482649) is unknown color: approx Hot Purple. HEX triplet: 48, 26 and 49. RGB value is (72,38,73). Sum of RGB (Red+Green+Blue) = 72+38+73=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 73 - color contains mainly: blue. Hex color #482649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482649 is #B7D9B6. Grayscale: #343434. Windows color (decimal): -12048823 or 4793928. OLE color: 4793928.

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

Color convert

RGB723873-
CMYK0.010.4800.71
HSL298.29º31.53%21.76%-
HSV(B)298.29º47.95%28.63%-
XYZ4.573.246.69-
YUV52.16139.76142.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 38 (15.23% from 255) = 20.77%
BLUE value IS 73 (28.91% from 255) = 39.89%
R=39.34%
G=20.77%
B=39.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7238730.010.4800.71298.2931.5321.76
Hex48264913004712a2016
Octal1104611116001074524026
Binary1001000100110100100111100000100011110010101010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482649; }

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

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

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

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

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

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

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

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