#481654

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

Shades of Hot Purple #481654

Tints of Hot Purple #481654

Color information

#481654 (or 0x481654) is unknown color: approx Hot Purple. HEX triplet: 48, 16 and 54. RGB value is (72,22,84). Sum of RGB (Red+Green+Blue) = 72+22+84=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #481654 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481654 is #B7E9AB. Grayscale: #2B2B2B. Windows color (decimal): -12052908 or 5510728. OLE color: 5510728.

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

Color convert

RGB722284-
CMYK0.140.7400.67
HSL288.39º58.49%20.78%-
HSV(B)288.39º73.81%32.94%-
XYZ4.562.598.65-
YUV44.02150.56147.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.45%
GREEN value IS 22 (8.98% from 255) = 12.36%
BLUE value IS 84 (33.20% from 255) = 47.19%
R=40.45%
G=12.36%
B=47.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7222840.140.7400.67288.3958.4920.78
Hex481654E4A0431203a15
Octal110261241611201034407225
Binary1001000101101010100111010010100100001110010000011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481654; }

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

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

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

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

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

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

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

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