#730260

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

Shades of Purple #730260

Tints of Purple #730260

Color information

#730260 (or 0x730260) is unknown color: approx Purple. HEX triplet: 73, 02 and 60. RGB value is (115,2,96). Sum of RGB (Red+Green+Blue) = 115+2+96=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #730260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730260 is #8CFD9F. Grayscale: #2E2E2E. Windows color (decimal): -9239968 or 6292083. OLE color: 6292083.

HSL color Cylindrical-coordinate representation of color #730260: hue angle of 310.09º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730260 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB115296-
CMYK00.980.170.55
HSL310.09º96.58%22.94%-
HSV(B)310.09º98.26%45.1%-
XYZ9.24.5311.46-
YUV46.5155.94176.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.99%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=53.99%
G=0.94%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11529600.980.170.55310.0996.5822.94
Hex7326006211371366117
Octal16321400142216746614127
Binary11100111011000000110001010001110111100110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730260; }

 p { color: rgb(115,2,96); }

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

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

 a { background-color: rgb(115,2,96); }

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

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

 span { border-color: rgb(115,2,96); }

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