#482250

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

Shades of Hot Purple #482250

Tints of Hot Purple #482250

Color information

#482250 (or 0x482250) is unknown color: approx Hot Purple. HEX triplet: 48, 22 and 50. RGB value is (72,34,80). Sum of RGB (Red+Green+Blue) = 72+34+80=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #482250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482250 is #B7DDAF. Grayscale: #323232. Windows color (decimal): -12049840 or 5251656. OLE color: 5251656.

HSL color Cylindrical-coordinate representation of color #482250: hue angle of 289.57º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #482250 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB723480-
CMYK0.100.5800.69
HSL289.57º40.35%22.35%-
HSV(B)289.57º57.5%31.37%-
XYZ4.693.17.94-
YUV50.61144.59143.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=38.71%
G=18.28%
B=43.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7234800.100.5800.69289.5740.3522.35
Hex482250A3A0451222816
Octal11042120127201054425026
Binary1001000100010101000010101110100100010110010001010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482250; }

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

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

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

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

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

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

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

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