#730880

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

Shades of Purple #730880

Tints of Purple #730880

Color information

#730880 (or 0x730880) is unknown color: approx Purple. HEX triplet: 73, 08 and 80. RGB value is (115,8,128). Sum of RGB (Red+Green+Blue) = 115+8+128=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #730880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730880 is #8CF77F. Grayscale: #353535. Windows color (decimal): -9238400 or 8390771. OLE color: 8390771.

HSL color Cylindrical-coordinate representation of color #730880: hue angle of 293.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730880 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1158128-
CMYK0.100.9400.50
HSL293.5º88.24%26.67%-
HSV(B)293.5º93.75%50.2%-
XYZ11.055.3820.88-
YUV53.67169.95171.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 8 (3.52% from 255) = 3.19%
BLUE value IS 128 (50.39% from 255) = 51.00%
R=45.82%
G=3.19%
B=51.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11581280.100.9400.50293.588.2426.67
Hex73880A5E032126581b
Octal163102001213606244613033
Binary1110011100010000000101010111100110010100100110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730880; }

 p { color: rgb(115,8,128); }

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

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

 a { background-color: rgb(115,8,128); }

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

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

 span { border-color: rgb(115,8,128); }

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