#730A83

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

Shades of Purple #730A83

Tints of Purple #730A83

Color information

#730A83 (or 0x730A83) is unknown color: approx Purple. HEX triplet: 73, 0A and 83. RGB value is (115,10,131). Sum of RGB (Red+Green+Blue) = 115+10+131=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #730A83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730A83 is #8CF57C. Grayscale: #363636. Windows color (decimal): -9237885 or 8587891. OLE color: 8587891.

HSL color Cylindrical-coordinate representation of color #730A83: hue angle of 292.07º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730A83 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11510131-
CMYK0.120.9200.49
HSL292.07º85.82%27.65%-
HSV(B)292.07º92.37%51.37%-
XYZ11.285.521.94-
YUV55.19170.79170.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 10 (4.30% from 255) = 3.91%
BLUE value IS 131 (51.56% from 255) = 51.17%
R=44.92%
G=3.91%
B=51.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115101310.120.9200.49292.0785.8227.65
Hex73A83C5C031124561c
Octal163122031413406144412634
Binary1110011101010000011110010111000110001100100100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,10,131); }

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

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

 a { background-color: rgb(115,10,131); }

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

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

 span { border-color: rgb(115,10,131); }

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