#48124F

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

Shades of Hot Purple #48124F

Tints of Hot Purple #48124F

Color information

#48124F (or 0x48124F) is unknown color: approx Hot Purple. HEX triplet: 48, 12 and 4F. RGB value is (72,18,79). Sum of RGB (Red+Green+Blue) = 72+18+79=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #48124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48124F is #B7EDB0. Grayscale: #282828. Windows color (decimal): -12053937 or 5182024. OLE color: 5182024.

HSL color Cylindrical-coordinate representation of color #48124F: hue angle of 293.11º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48124F is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB721879-
CMYK0.090.7700.69
HSL293.11º62.89%19.02%-
HSV(B)293.11º77.22%30.98%-
XYZ4.32.377.63-
YUV41.1149.39150.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 18 (7.42% from 255) = 10.65%
BLUE value IS 79 (31.25% from 255) = 46.75%
R=42.60%
G=10.65%
B=46.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7218790.090.7700.69293.1162.8919.02
Hex48124F94D0451253f13
Octal110221171111501054457723
Binary1001000100101001111100110011010100010110010010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48124F; }

 p { color: rgb(72,18,79); }

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

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

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

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

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

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

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