#730266

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

Shades of Purple #730266

Tints of Purple #730266

Color information

#730266 (or 0x730266) is unknown color: approx Purple. HEX triplet: 73, 02 and 66. RGB value is (115,2,102). Sum of RGB (Red+Green+Blue) = 115+2+102=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #730266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730266 is #8CFD99. Grayscale: #2E2E2E. Windows color (decimal): -9239962 or 6685299. OLE color: 6685299.

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

Color convert

RGB1152102-
CMYK00.980.110.55
HSL306.9º96.58%22.94%-
HSV(B)306.9º98.26%45.1%-
XYZ9.494.6512.97-
YUV47.19158.94176.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.51%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=52.51%
G=0.91%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115210200.980.110.55306.996.5822.94
Hex73266062B371336117
Octal16321460142136746314127
Binary1110011101100110011000101011110111100110011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730266; }

 p { color: rgb(115,2,102); }

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

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

 a { background-color: rgb(115,2,102); }

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

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

 span { border-color: rgb(115,2,102); }

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