#730c8e

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

Shades of Purple #730C8E

Tints of Purple #730C8E

Color information

#730C8E (or 0x730C8E) is unknown color: approx Purple. HEX triplet: 73, 0C and 8E. RGB value is (115,12,142). Sum of RGB (Red+Green+Blue) = 115+12+142=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #730C8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730C8E is #8CF371. Grayscale: #393939. Windows color (decimal): -9237362 or 9309299. OLE color: 9309299.

HSL color Cylindrical-coordinate representation of color #730C8E: hue angle of 287.54º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730C8E is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11512142-
CMYK0.190.9200.44
HSL287.54º84.42%30.2%-
HSV(B)287.54º91.55%55.69%-
XYZ12.085.8626.09-
YUV57.62175.62168.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.75%
GREEN value IS 12 (5.08% from 255) = 4.46%
BLUE value IS 142 (55.86% from 255) = 52.79%
R=42.75%
G=4.46%
B=52.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115121420.190.9200.44287.5484.4230.2
Hex73C8E135C02C120541e
Octal163142162313405444012436
Binary11100111100100011101001110111000101100100100000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730c8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730c8e; }

 p { color: rgb(115,12,142); }

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

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

 a { background-color: rgb(115,12,142); }

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

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

 span { border-color: rgb(115,12,142); }

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