#482D4B

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

Shades of Hot Purple #482D4B

Tints of Hot Purple #482D4B

Color information

#482D4B (or 0x482D4B) is unknown color: approx Hot Purple. HEX triplet: 48, 2D and 4B. RGB value is (72,45,75). Sum of RGB (Red+Green+Blue) = 72+45+75=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #482D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D4B is #B7D2B4. Grayscale: #383838. Windows color (decimal): -12047029 or 4926792. OLE color: 4926792.

HSL color Cylindrical-coordinate representation of color #482D4B: hue angle of 294º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #482D4B is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB724575-
CMYK0.040.4000.71
HSL294º25%23.53%-
HSV(B)294º40%29.41%-
XYZ4.883.767.13-
YUV56.49138.45139.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.5%
GREEN value IS 45 (17.97% from 255) = 23.44%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=37.5%
G=23.44%
B=39.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7245750.040.4000.712942523.53
Hex482D4B4280471261918
Octal1105511345001074463130
Binary10010001011011001011100101000010001111001001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,45,75); }

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

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

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

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

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

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

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