#732861

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

Shades of Palatinate Purple #732861

Tints of Palatinate Purple #732861

Color information

#732861 (or 0x732861) is unknown color: approx Palatinate Purple. HEX triplet: 73, 28 and 61. RGB value is (115,40,97). Sum of RGB (Red+Green+Blue) = 115+40+97=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #732861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732861 is #8CD79E. Grayscale: #444444. Windows color (decimal): -9230239 or 6367347. OLE color: 6367347.

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

Color convert

RGB1154097-
CMYK00.650.160.55
HSL314.4º48.39%30.39%-
HSV(B)314.4º65.22%45.1%-
XYZ9.996.0311.95-
YUV68.92143.85160.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 40 (16.02% from 255) = 15.87%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=45.63%
G=15.87%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115409700.650.160.55314.448.3930.39
Hex732861041103713a301e
Octal16350141010120674726036
Binary11100111010001100001010000011000011011110011101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732861; }

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

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

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

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

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

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

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

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