#481451

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

Shades of Hot Purple #481451

Tints of Hot Purple #481451

Color information

#481451 (or 0x481451) is unknown color: approx Hot Purple. HEX triplet: 48, 14 and 51. RGB value is (72,20,81). Sum of RGB (Red+Green+Blue) = 72+20+81=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #481451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481451 is #B7EBAE. Grayscale: #2A2A2A. Windows color (decimal): -12053423 or 5313608. OLE color: 5313608.

HSL color Cylindrical-coordinate representation of color #481451: hue angle of 291.15º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481451 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB722081-
CMYK0.110.7500.68
HSL291.15º60.4%19.8%-
HSV(B)291.15º75.31%31.76%-
XYZ4.412.478.03-
YUV42.5149.73149.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 81 (32.03% from 255) = 46.82%
R=41.62%
G=11.56%
B=46.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7220810.110.7500.68291.1560.419.8
Hex481451B4B0441233c14
Octal110241211311301044437424
Binary1001000101001010001101110010110100010010010001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481451; }

 p { color: rgb(72,20,81); }

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

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

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

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

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

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

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