#730897

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

Shades of Purple #730897

Tints of Purple #730897

Color information

#730897 (or 0x730897) is unknown color: approx Purple. HEX triplet: 73, 08 and 97. RGB value is (115,8,151). Sum of RGB (Red+Green+Blue) = 115+8+151=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 151 (59.38% from 255 or 55.11% from 274); Max value from RGB is 151 - color contains mainly: blue. Hex color #730897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730897 is #8CF768. Grayscale: #373737. Windows color (decimal): -9238377 or 9898099. OLE color: 9898099.

HSL color Cylindrical-coordinate representation of color #730897: hue angle of 284.9º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730897 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1158151-
CMYK0.240.9500.41
HSL284.9º89.94%31.18%-
HSV(B)284.9º94.7%59.22%-
XYZ12.746.0529.77-
YUV56.3181.45169.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.97%
GREEN value IS 8 (3.52% from 255) = 2.92%
BLUE value IS 151 (59.38% from 255) = 55.11%
R=41.97%
G=2.92%
B=55.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11581510.240.9500.41284.989.9431.18
Hex73897185F02911d5a1f
Octal163102273013705143513237
Binary11100111000100101111100010111110101001100011101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730897; }

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

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

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

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

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

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

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

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