#48014E

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

Shades of Hot Purple #48014E

Tints of Hot Purple #48014E

Color information

#48014E (or 0x48014E) is unknown color: approx Hot Purple. HEX triplet: 48, 01 and 4E. RGB value is (72,1,78). Sum of RGB (Red+Green+Blue) = 72+1+78=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #48014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48014E is #B7FEB1. Grayscale: #1E1E1E. Windows color (decimal): -12058290 or 5112136. OLE color: 5112136.

HSL color Cylindrical-coordinate representation of color #48014E: hue angle of 295.32º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48014E is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB72178-
CMYK0.080.9900.69
HSL295.32º97.47%15.49%-
HSV(B)295.32º98.72%30.59%-
XYZ4.061.957.37-
YUV31.01154.52157.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 78 (30.86% from 255) = 51.66%
R=47.68%
G=0.66%
B=51.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal721780.080.9900.69295.3297.4715.49
Hex4814E86304512761f
Octal110111610143010544714117
Binary100100011001110100011000110100010110010011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48014E; }

 p { color: rgb(72,1,78); }

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

<style>
 a { background-color: #48014E; }

 a { background-color: rgb(72,1,78); }

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

<style>
 span { border-color: #48014E; }

 span { border-color: rgb(72,1,78); }

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