#732561

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

Shades of Palatinate Purple #732561

Tints of Palatinate Purple #732561

Color information

#732561 (or 0x732561) is unknown color: approx Palatinate Purple. HEX triplet: 73, 25 and 61. RGB value is (115,37,97). Sum of RGB (Red+Green+Blue) = 115+37+97=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #732561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732561 is #8CDA9E. Grayscale: #434343. Windows color (decimal): -9231007 or 6366579. OLE color: 6366579.

HSL color Cylindrical-coordinate representation of color #732561: hue angle of 313.85º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #732561 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1153797-
CMYK00.680.160.55
HSL313.85º51.32%29.8%-
HSV(B)313.85º67.83%45.1%-
XYZ9.895.8311.91-
YUV67.16144.84162.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.18%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=46.18%
G=14.86%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115379700.680.160.55313.8551.3229.8
Hex732561044103713a331e
Octal16345141010420674726336
Binary11100111001011100001010001001000011011110011101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732561; }

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

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

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

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

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

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

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

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