#482451

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

Shades of Hot Purple #482451

Tints of Hot Purple #482451

Color information

#482451 (or 0x482451) is unknown color: approx Hot Purple. HEX triplet: 48, 24 and 51. RGB value is (72,36,81). Sum of RGB (Red+Green+Blue) = 72+36+81=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 81 - color contains mainly: blue. Hex color #482451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482451 is #B7DBAE. Grayscale: #333333. Windows color (decimal): -12049327 or 5317704. OLE color: 5317704.

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

Color convert

RGB723681-
CMYK0.110.5600.68
HSL288º38.46%22.94%-
HSV(B)288º55.56%31.76%-
XYZ4.793.238.16-
YUV51.89144.43142.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 81 (32.03% from 255) = 42.86%
R=38.10%
G=19.05%
B=42.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7236810.110.5600.6828838.4622.94
Hex482451B380441202617
Octal11044121137001044404627
Binary1001000100100101000110111110000100010010010000010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482451; }

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

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

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

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

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

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

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

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