#481054

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

Shades of Hot Purple #481054

Tints of Hot Purple #481054

Color information

#481054 (or 0x481054) is unknown color: approx Hot Purple. HEX triplet: 48, 10 and 54. RGB value is (72,16,84). Sum of RGB (Red+Green+Blue) = 72+16+84=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #481054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481054 is #B7EFAB. Grayscale: #282828. Windows color (decimal): -12054444 or 5509192. OLE color: 5509192.

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

Color convert

RGB721684-
CMYK0.140.8100.67
HSL289.41º68%19.61%-
HSV(B)289.41º80.95%32.94%-
XYZ4.462.398.61-
YUV40.5152.55150.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 16 (6.64% from 255) = 9.30%
BLUE value IS 84 (33.20% from 255) = 48.84%
R=41.86%
G=9.30%
B=48.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7216840.140.8100.67289.416819.61
Hex481054E510431214414
Octal1102012416121010344110424
Binary10010001000010101001110101000101000011100100001100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481054; }

 p { color: rgb(72,16,84); }

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

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

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

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

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

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

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