#731962

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

Shades of Palatinate Purple #731962

Tints of Palatinate Purple #731962

Color information

#731962 (or 0x731962) is unknown color: approx Palatinate Purple. HEX triplet: 73, 19 and 62. RGB value is (115,25,98). Sum of RGB (Red+Green+Blue) = 115+25+98=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #731962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731962 is #8CE69D. Grayscale: #3C3C3C. Windows color (decimal): -9234078 or 6429043. OLE color: 6429043.

HSL color Cylindrical-coordinate representation of color #731962: hue angle of 311.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #731962 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1152598-
CMYK00.780.150.55
HSL311.33º64.29%27.45%-
HSV(B)311.33º78.26%45.1%-
XYZ9.625.2212.06-
YUV60.23149.32167.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.32%
GREEN value IS 25 (10.16% from 255) = 10.50%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=48.32%
G=10.50%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115259800.780.150.55311.3364.2927.45
Hex73196204EF37137401b
Octal163311420116176746710033
Binary1110011110011100010010011101111110111100110111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731962; }

 p { color: rgb(115,25,98); }

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

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

 a { background-color: rgb(115,25,98); }

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

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

 span { border-color: rgb(115,25,98); }

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