#731468

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

Shades of Palatinate Purple #731468

Tints of Palatinate Purple #731468

Color information

#731468 (or 0x731468) is unknown color: approx Palatinate Purple. HEX triplet: 73, 14 and 68. RGB value is (115,20,104). Sum of RGB (Red+Green+Blue) = 115+20+104=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #731468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731468 is #8CEB97. Grayscale: #393939. Windows color (decimal): -9235352 or 6820979. OLE color: 6820979.

HSL color Cylindrical-coordinate representation of color #731468: hue angle of 306.95º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731468 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11520104-
CMYK00.830.100.55
HSL306.95º70.37%26.47%-
HSV(B)306.95º82.61%45.1%-
XYZ9.825.1413.57-
YUV57.98153.97168.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.12%
GREEN value IS 20 (8.20% from 255) = 8.37%
BLUE value IS 104 (41.02% from 255) = 43.51%
R=48.12%
G=8.37%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1152010400.830.100.55306.9570.3726.47
Hex731468053A37133461a
Octal163241500123126746310632
Binary1110011101001101000010100111010110111100110011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731468; }

 p { color: rgb(115,20,104); }

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

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

 a { background-color: rgb(115,20,104); }

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

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

 span { border-color: rgb(115,20,104); }

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