#482148

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

Shades of Hot Purple #482148

Tints of Hot Purple #482148

Color information

#482148 (or 0x482148) is unknown color: approx Hot Purple. HEX triplet: 48, 21 and 48. RGB value is (72,33,72). Sum of RGB (Red+Green+Blue) = 72+33+72=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #482148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482148 is #B7DEB7. Grayscale: #303030. Windows color (decimal): -12050104 or 4727112. OLE color: 4727112.

HSL color Cylindrical-coordinate representation of color #482148: hue angle of 300º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #482148 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB723372-
CMYK00.5400.72
HSL300º37.14%20.59%-
HSV(B)300º54.17%28.24%-
XYZ4.392.936.47-
YUV49.11140.92144.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.68%
GREEN value IS 33 (13.28% from 255) = 18.64%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=40.68%
G=18.64%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72337200.5400.7230037.1420.59
Hex48214803604812c2515
Octal1104111006601104544525
Binary1001000100001100100001101100100100010010110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482148; }

 p { color: rgb(72,33,72); }

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

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

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

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

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

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

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