#48214D

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

Shades of Hot Purple #48214D

Tints of Hot Purple #48214D

Color information

#48214D (or 0x48214D) is unknown color: approx Hot Purple. HEX triplet: 48, 21 and 4D. RGB value is (72,33,77). Sum of RGB (Red+Green+Blue) = 72+33+77=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #48214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48214D is #B7DEB2. Grayscale: #313131. Windows color (decimal): -12050099 or 5054792. OLE color: 5054792.

HSL color Cylindrical-coordinate representation of color #48214D: hue angle of 293.18º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48214D is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB723377-
CMYK0.060.5700.70
HSL293.18º40%21.57%-
HSV(B)293.18º57.14%30.2%-
XYZ4.5637.36-
YUV49.68143.42143.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=39.56%
G=18.13%
B=42.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7233770.060.5700.70293.184021.57
Hex48214D6390461252816
Octal1104111567101064455026
Binary100100010000110011011101110010100011010010010110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48214D; }

 p { color: rgb(72,33,77); }

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

<style>
 a { background-color: #48214D; }

 a { background-color: rgb(72,33,77); }

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

<style>
 span { border-color: #48214D; }

 span { border-color: rgb(72,33,77); }

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