#730188

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

Shades of Purple #730188

Tints of Purple #730188

Color information

#730188 (or 0x730188) is unknown color: approx Purple. HEX triplet: 73, 01 and 88. RGB value is (115,1,136). Sum of RGB (Red+Green+Blue) = 115+1+136=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #730188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730188 is #8CFE77. Grayscale: #323232. Windows color (decimal): -9240184 or 8913267. OLE color: 8913267.

HSL color Cylindrical-coordinate representation of color #730188: hue angle of 290.67º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730188 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1151136-
CMYK0.150.9900.47
HSL290.67º98.54%26.86%-
HSV(B)290.67º99.26%53.33%-
XYZ11.535.4423.74-
YUV50.48176.27174.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 136 (53.52% from 255) = 53.97%
R=45.63%
G=0.40%
B=53.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11511360.150.9900.47290.6798.5426.86
Hex73188F6302F123631b
Octal16312101714305744314333
Binary1110011110001000111111000110101111100100011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730188; }

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

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

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

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

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

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

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

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