#48144A

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

Shades of Hot Purple #48144A

Tints of Hot Purple #48144A

Color information

#48144A (or 0x48144A) is unknown color: approx Hot Purple. HEX triplet: 48, 14 and 4A. RGB value is (72,20,74). Sum of RGB (Red+Green+Blue) = 72+20+74=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #48144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48144A is #B7EBB5. Grayscale: #292929. Windows color (decimal): -12053430 or 4854856. OLE color: 4854856.

HSL color Cylindrical-coordinate representation of color #48144A: hue angle of 297.78º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48144A is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB722074-
CMYK0.030.7300.71
HSL297.78º57.45%18.43%-
HSV(B)297.78º72.97%29.02%-
XYZ4.162.376.72-
YUV41.7146.23149.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 74 (29.30% from 255) = 44.58%
R=43.37%
G=12.05%
B=44.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7220740.030.7300.71297.7857.4518.43
Hex48144A34904712a3912
Octal11024112311101074527122
Binary10010001010010010101110010010100011110010101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48144A; }

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

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

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

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

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

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

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

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