#730682

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

Shades of Purple #730682

Tints of Purple #730682

Color information

#730682 (or 0x730682) is unknown color: approx Purple. HEX triplet: 73, 06 and 82. RGB value is (115,6,130). Sum of RGB (Red+Green+Blue) = 115+6+130=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #730682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730682 is #8CF97D. Grayscale: #343434. Windows color (decimal): -9238910 or 8521331. OLE color: 8521331.

HSL color Cylindrical-coordinate representation of color #730682: hue angle of 292.74º 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 #730682 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1156130-
CMYK0.120.9500.49
HSL292.74º91.18%26.67%-
HSV(B)292.74º95.38%50.98%-
XYZ11.165.3921.57-
YUV52.73171.61172.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 6 (2.73% from 255) = 2.39%
BLUE value IS 130 (51.17% from 255) = 51.79%
R=45.82%
G=2.39%
B=51.79%

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
Decimal11561300.120.9500.49292.7491.1826.67
Hex73682C5F0311255b1b
Octal16362021413706144513333
Binary111001111010000010110010111110110001100100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730682; }

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

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

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

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

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

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

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

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