#482A4B

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

Shades of Hot Purple #482A4B

Tints of Hot Purple #482A4B

Color information

#482A4B (or 0x482A4B) is unknown color: approx Hot Purple. HEX triplet: 48, 2A and 4B. RGB value is (72,42,75). Sum of RGB (Red+Green+Blue) = 72+42+75=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #482A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A4B is #B7D5B4. Grayscale: #363636. Windows color (decimal): -12047797 or 4926024. OLE color: 4926024.

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

Color convert

RGB724275-
CMYK0.040.4400.71
HSL294.55º28.21%22.94%-
HSV(B)294.55º44%29.41%-
XYZ4.773.547.09-
YUV54.73139.44140.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 42 (16.80% from 255) = 22.22%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=38.10%
G=22.22%
B=39.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7242750.040.4400.71294.5528.2122.94
Hex482A4B42C0471271c17
Octal1105211345401074473427
Binary10010001010101001011100101100010001111001001111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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