#730185

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

Shades of Purple #730185

Tints of Purple #730185

Color information

#730185 (or 0x730185) is unknown color: approx Purple. HEX triplet: 73, 01 and 85. RGB value is (115,1,133). Sum of RGB (Red+Green+Blue) = 115+1+133=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #730185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730185 is #8CFE7A. Grayscale: #313131. Windows color (decimal): -9240187 or 8716659. OLE color: 8716659.

HSL color Cylindrical-coordinate representation of color #730185: hue angle of 291.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730185 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1151133-
CMYK0.140.9900.48
HSL291.82º98.51%26.27%-
HSV(B)291.82º99.25%52.16%-
XYZ11.315.3622.63-
YUV50.13174.77174.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.18%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=46.18%
G=0.40%
B=53.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11511330.140.9900.48291.8298.5126.27
Hex73185E63030124631a
Octal16312051614306044414332
Binary1110011110000101111011000110110000100100100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730185; }

 p { color: rgb(115,1,133); }

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

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

 a { background-color: rgb(115,1,133); }

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

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

 span { border-color: rgb(115,1,133); }

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