#730468

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

Shades of Purple #730468

Tints of Purple #730468

Color information

#730468 (or 0x730468) is unknown color: approx Purple. HEX triplet: 73, 04 and 68. RGB value is (115,4,104). Sum of RGB (Red+Green+Blue) = 115+4+104=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #730468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730468 is #8CFB97. Grayscale: #303030. Windows color (decimal): -9239448 or 6816883. OLE color: 6816883.

HSL color Cylindrical-coordinate representation of color #730468: hue angle of 305.95º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730468 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB1154104-
CMYK00.970.100.55
HSL305.95º93.28%23.33%-
HSV(B)305.95º96.52%45.1%-
XYZ9.614.7313.5-
YUV48.59159.27175.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 104 (41.02% from 255) = 46.64%
R=51.57%
G=1.79%
B=46.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115410400.970.100.55305.9593.2823.33
Hex73468061A371325d17
Octal16341500141126746213527
Binary11100111001101000011000011010110111100110010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730468; }

 p { color: rgb(115,4,104); }

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

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

 a { background-color: rgb(115,4,104); }

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

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

 span { border-color: rgb(115,4,104); }

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