#730E7C

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

Shades of Purple #730E7C

Tints of Purple #730E7C

Color information

#730E7C (or 0x730E7C) is unknown color: approx Purple. HEX triplet: 73, 0E and 7C. RGB value is (115,14,124). Sum of RGB (Red+Green+Blue) = 115+14+124=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #730E7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730E7C is #8CF183. Grayscale: #383838. Windows color (decimal): -9236868 or 8130163. OLE color: 8130163.

HSL color Cylindrical-coordinate representation of color #730E7C: hue angle of 295.09º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730E7C is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11514124-
CMYK0.070.8900.51
HSL295.09º79.71%27.06%-
HSV(B)295.09º88.71%48.63%-
XYZ10.875.4119.54-
YUV56.74165.96169.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 14 (5.86% from 255) = 5.53%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=45.45%
G=5.53%
B=49.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115141240.070.8900.51295.0979.7127.06
Hex73E7C759033127501b
Octal16316174713106344712033
Binary11100111110111110011110110010110011100100111101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,14,124); }

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

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

 a { background-color: rgb(115,14,124); }

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

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

 span { border-color: rgb(115,14,124); }

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