#730B61

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

Shades of Palatinate Purple #730B61

Tints of Palatinate Purple #730B61

Color information

#730B61 (or 0x730B61) is unknown color: approx Palatinate Purple. HEX triplet: 73, 0B and 61. RGB value is (115,11,97). Sum of RGB (Red+Green+Blue) = 115+11+97=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #730B61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B61 is #8CF49E. Grayscale: #333333. Windows color (decimal): -9237663 or 6359923. OLE color: 6359923.

HSL color Cylindrical-coordinate representation of color #730B61: hue angle of 310.38º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B61 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1151197-
CMYK00.900.160.55
HSL310.38º82.54%24.71%-
HSV(B)310.38º90.43%45.1%-
XYZ9.354.7511.73-
YUV51.9153.46173.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 11 (4.69% from 255) = 4.93%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=51.57%
G=4.93%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115119700.900.160.55310.3882.5424.71
Hex73B6105A10371365319
Octal163131410132206746612331
Binary1110011101111000010101101010000110111100110110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730B61; }

 p { color: rgb(115,11,97); }

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

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

 a { background-color: rgb(115,11,97); }

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

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

 span { border-color: rgb(115,11,97); }

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