#481353

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

Shades of Hot Purple #481353

Tints of Hot Purple #481353

Color information

#481353 (or 0x481353) is unknown color: approx Hot Purple. HEX triplet: 48, 13 and 53. RGB value is (72,19,83). Sum of RGB (Red+Green+Blue) = 72+19+83=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #481353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481353 is #B7ECAC. Grayscale: #292929. Windows color (decimal): -12053677 or 5444424. OLE color: 5444424.

HSL color Cylindrical-coordinate representation of color #481353: hue angle of 289.69º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #481353 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB721983-
CMYK0.130.7700.67
HSL289.69º62.75%20%-
HSV(B)289.69º77.11%32.55%-
XYZ4.472.478.42-
YUV42.14151.06149.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 19 (7.81% from 255) = 10.92%
BLUE value IS 83 (32.81% from 255) = 47.70%
R=41.38%
G=10.92%
B=47.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7219830.130.7700.67289.6962.7520
Hex481353D4D0431223f14
Octal110231231511501034427724
Binary1001000100111010011110110011010100001110010001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481353; }

 p { color: rgb(72,19,83); }

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

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

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

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

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

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

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