#481748

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

Shades of Hot Purple #481748

Tints of Hot Purple #481748

Color information

#481748 (or 0x481748) is unknown color: approx Hot Purple. HEX triplet: 48, 17 and 48. RGB value is (72,23,72). Sum of RGB (Red+Green+Blue) = 72+23+72=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #481748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481748 is #B7E8B7. Grayscale: #2B2B2B. Windows color (decimal): -12052664 or 4724552. OLE color: 4724552.

HSL color Cylindrical-coordinate representation of color #481748: hue angle of 300º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481748 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB722372-
CMYK00.6800.72
HSL300º51.58%18.63%-
HSV(B)300º68.06%28.24%-
XYZ4.152.466.39-
YUV43.24144.23148.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 23 (9.38% from 255) = 13.77%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=43.11%
G=13.77%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72237200.6800.7230051.5818.63
Hex48174804404812c3413
Octal11027110010401104546423
Binary1001000101111001000010001000100100010010110011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481748; }

 p { color: rgb(72,23,72); }

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

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

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

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

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

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

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