#480250

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

Shades of Hot Purple #480250

Tints of Hot Purple #480250

Color information

#480250 (or 0x480250) is unknown color: approx Hot Purple. HEX triplet: 48, 02 and 50. RGB value is (72,2,80). Sum of RGB (Red+Green+Blue) = 72+2+80=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #480250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480250 is #B7FDAF. Grayscale: #1F1F1F. Windows color (decimal): -12058032 or 5243464. OLE color: 5243464.

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

Color convert

RGB72280-
CMYK0.100.9800.69
HSL293.85º95.12%16.08%-
HSV(B)293.85º97.5%31.37%-
XYZ4.1427.76-
YUV31.82155.19156.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 80 (31.64% from 255) = 51.95%
R=46.75%
G=1.30%
B=51.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal722800.100.9800.69293.8595.1216.08
Hex48250A620451265f10
Octal110212012142010544613720
Binary10010001010100001010110001001000101100100110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480250; }

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

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

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

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

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

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

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

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