#480950

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

Shades of Hot Purple #480950

Tints of Hot Purple #480950

Color information

#480950 (or 0x480950) is unknown color: approx Hot Purple. HEX triplet: 48, 09 and 50. RGB value is (72,9,80). Sum of RGB (Red+Green+Blue) = 72+9+80=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #480950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480950 is #B7F6AF. Grayscale: #232323. Windows color (decimal): -12056240 or 5245256. OLE color: 5245256.

HSL color Cylindrical-coordinate representation of color #480950: hue angle of 293.24º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480950 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB72980-
CMYK0.100.8900.69
HSL293.24º79.78%17.45%-
HSV(B)293.24º88.75%31.37%-
XYZ4.222.157.78-
YUV35.93152.87153.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=44.72%
G=5.59%
B=49.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal729800.100.8900.69293.2479.7817.45
Hex48950A590451255011
Octal1101112012131010544512021
Binary1001000100110100001010101100101000101100100101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480950; }

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

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

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

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

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

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

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

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