#482B4A

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

Shades of Hot Purple #482B4A

Tints of Hot Purple #482B4A

Color information

#482B4A (or 0x482B4A) is unknown color: approx Hot Purple. HEX triplet: 48, 2B and 4A. RGB value is (72,43,74). Sum of RGB (Red+Green+Blue) = 72+43+74=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 74 - color contains mainly: blue. Hex color #482B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B4A is #B7D4B5. Grayscale: #373737. Windows color (decimal): -12047542 or 4860744. OLE color: 4860744.

HSL color Cylindrical-coordinate representation of color #482B4A: hue angle of 296.13º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #482B4A is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB724374-
CMYK0.030.4200.71
HSL296.13º26.5%22.94%-
HSV(B)296.13º41.89%29.02%-
XYZ4.773.66.92-
YUV55.2138.61139.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 43 (17.19% from 255) = 22.75%
BLUE value IS 74 (29.30% from 255) = 39.15%
R=38.10%
G=22.75%
B=39.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7243740.030.4200.71296.1326.522.94
Hex482B4A32A0471281a17
Octal1105311235201074503227
Binary1001000101011100101011101010010001111001010001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482B4A; }

 p { color: rgb(72,43,74); }

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

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

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

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

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

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

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