#730683

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

Shades of Purple #730683

Tints of Purple #730683

Color information

#730683 (or 0x730683) is unknown color: approx Purple. HEX triplet: 73, 06 and 83. RGB value is (115,6,131). Sum of RGB (Red+Green+Blue) = 115+6+131=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #730683 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730683 is #8CF97C. Grayscale: #343434. Windows color (decimal): -9238909 or 8586867. OLE color: 8586867.

HSL color Cylindrical-coordinate representation of color #730683: hue angle of 292.32º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730683 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1156131-
CMYK0.120.9500.49
HSL292.32º91.24%26.86%-
HSV(B)292.32º95.42%51.37%-
XYZ11.235.4121.93-
YUV52.84172.11172.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 6 (2.73% from 255) = 2.38%
BLUE value IS 131 (51.56% from 255) = 51.98%
R=45.63%
G=2.38%
B=51.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11561310.120.9500.49292.3291.2426.86
Hex73683C5F0311245b1b
Octal16362031413706144413333
Binary111001111010000011110010111110110001100100100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730683; }

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

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

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

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

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

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

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

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