#482251

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

Shades of Hot Purple #482251

Tints of Hot Purple #482251

Color information

#482251 (or 0x482251) is unknown color: approx Hot Purple. HEX triplet: 48, 22 and 51. RGB value is (72,34,81). Sum of RGB (Red+Green+Blue) = 72+34+81=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #482251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482251 is #B7DDAE. Grayscale: #323232. Windows color (decimal): -12049839 or 5317192. OLE color: 5317192.

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

Color convert

RGB723481-
CMYK0.110.5800.68
HSL288.51º40.87%22.55%-
HSV(B)288.51º58.02%31.76%-
XYZ4.733.128.14-
YUV50.72145.09143.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 81 (32.03% from 255) = 43.32%
R=38.50%
G=18.18%
B=43.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7234810.110.5800.68288.5140.8722.55
Hex482251B3A0441212917
Octal11042121137201044415127
Binary1001000100010101000110111110100100010010010000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482251; }

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

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

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

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

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

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

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

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