#730275

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

Shades of Purple #730275

Tints of Purple #730275

Color information

#730275 (or 0x730275) is unknown color: approx Purple. HEX triplet: 73, 02 and 75. RGB value is (115,2,117). Sum of RGB (Red+Green+Blue) = 115+2+117=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #730275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730275 is #8CFD8A. Grayscale: #303030. Windows color (decimal): -9239947 or 7668339. OLE color: 7668339.

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

Color convert

RGB1152117-
CMYK0.020.9800.54
HSL298.96º96.64%23.33%-
HSV(B)298.96º98.29%45.88%-
XYZ10.34.9717.25-
YUV48.9166.44175.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 117 (46.09% from 255) = 50%
R=49.15%
G=0.85%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11521170.020.9800.54298.9696.6423.33
Hex7327526203612b6117
Octal1632165214206645314127
Binary11100111011101011011000100110110100101011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730275; }

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

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

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

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

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

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

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

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