#482648

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

Shades of Hot Purple #482648

Tints of Hot Purple #482648

Color information

#482648 (or 0x482648) is unknown color: approx Hot Purple. HEX triplet: 48, 26 and 48. RGB value is (72,38,72). Sum of RGB (Red+Green+Blue) = 72+38+72=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #482648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482648 is #B7D9B7. Grayscale: #333333. Windows color (decimal): -12048824 or 4728392. OLE color: 4728392.

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

Color convert

RGB723872-
CMYK00.4700.72
HSL300º30.91%21.57%-
HSV(B)300º47.22%28.24%-
XYZ4.543.236.52-
YUV52.04139.26142.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 38 (15.23% from 255) = 20.88%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=39.56%
G=20.88%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72387200.4700.7230030.9121.57
Hex48264802F04812c1f16
Octal1104611005701104543726
Binary100100010011010010000101111010010001001011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482648; }

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

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

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

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

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

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

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

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