#731067

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

Shades of Palatinate Purple #731067

Tints of Palatinate Purple #731067

Color information

#731067 (or 0x731067) is unknown color: approx Palatinate Purple. HEX triplet: 73, 10 and 67. RGB value is (115,16,103). Sum of RGB (Red+Green+Blue) = 115+16+103=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #731067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731067 is #8CEF98. Grayscale: #373737. Windows color (decimal): -9236377 or 6754419. OLE color: 6754419.

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

Color convert

RGB11516103-
CMYK00.860.100.55
HSL307.27º75.57%25.69%-
HSV(B)307.27º86.09%45.1%-
XYZ9.74.9913.28-
YUV55.52154.8170.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 103 (40.62% from 255) = 44.02%
R=49.15%
G=6.84%
B=44.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151610300.860.100.55307.2775.5725.69
Hex731067056A371334c1a
Octal163201470126126746311432
Binary1110011100001100111010101101010110111100110011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731067; }

 p { color: rgb(115,16,103); }

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

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

 a { background-color: rgb(115,16,103); }

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

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

 span { border-color: rgb(115,16,103); }

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